Home
last modified time | relevance | path

Searched refs:TypeBoundGenericStmt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp517 construct<TypeBoundProcBinding>(Parser<TypeBoundGenericStmt>{}),
547 construct<TypeBoundGenericStmt>("GENERIC" >> maybe("," >> accessSpec),
H A Dunparse.cpp371 void Unparse(const TypeBoundGenericStmt &x) { // R751 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1117 struct TypeBoundGenericStmt { struct
1118 TUPLE_CLASS_BOILERPLATE(TypeBoundGenericStmt);
1132 std::variant<TypeBoundProcedureStmt, TypeBoundGenericStmt, FinalProcedureStmt, argument
H A Ddump-parse-tree.h680 NODE(parser, TypeBoundGenericStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp940 bool Pre(const parser::TypeBoundGenericStmt &);
4928 bool DeclarationVisitor::Pre(const parser::TypeBoundGenericStmt &x) { in Pre()