Home
last modified time | relevance | path

Searched defs:TypeDeclarationStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1353 struct TypeDeclarationStmt { struct
1355 std::tuple<DeclarationTypeSpec, std::list<AttrSpec>, std::list<EntityDecl>> t;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp895 bool Pre(const parser::TypeDeclarationStmt &) { return BeginDecl(); } in Pre()
3847 void DeclarationVisitor::Post(const parser::TypeDeclarationStmt &) { in Post()