Searched defs:TypeDeclarationStmt (Results 1 – 2 of 2) sorted by relevance
1353 struct TypeDeclarationStmt { struct1355 std::tuple<DeclarationTypeSpec, std::list<AttrSpec>, std::list<EntityDecl>> t;
895 bool Pre(const parser::TypeDeclarationStmt &) { return BeginDecl(); } in Pre()3847 void DeclarationVisitor::Post(const parser::TypeDeclarationStmt &) { in Post()