1 2 3 4 5 6 7 8 9 10 11
/** ** \file ast/method-dec.hxx ** \brief Inline methods of ast::MethodDec. */ #pragma once #include <ast/method-dec.hh> namespace ast {} // namespace ast