Home
last modified time | relevance | path

Searched refs:TypeBoundProcBinding (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp490 many(statement(Parser<TypeBoundProcBinding>{}))))
497 first(construct<TypeBoundProcBinding>(Parser<TypeBoundProcedureStmt>{}),
498 construct<TypeBoundProcBinding>(Parser<TypeBoundGenericStmt>{}),
499 construct<TypeBoundProcBinding>(Parser<FinalProcedureStmt>{})),
500 construct<TypeBoundProcBinding>(
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1122 struct TypeBoundProcBinding { struct
1123 UNION_CLASS_BOILERPLATE(TypeBoundProcBinding);
1134 std::list<Statement<TypeBoundProcBinding>>> argument
Ddump-parse-tree.h668 NODE(parser, TypeBoundProcBinding) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp804 bool Pre(const parser::TypeBoundProcBinding &) { return BeginAttrs(); } in Pre() argument
805 void Post(const parser::TypeBoundProcBinding &) { EndAttrs(); } in Post() argument