Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp509 many(statement(Parser<TypeBoundProcBinding>{}))))
516 first(construct<TypeBoundProcBinding>(Parser<TypeBoundProcedureStmt>{}),
517 construct<TypeBoundProcBinding>(Parser<TypeBoundGenericStmt>{}),
518 construct<TypeBoundProcBinding>(Parser<FinalProcedureStmt>{})),
519 construct<TypeBoundProcBinding>(
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1130 struct TypeBoundProcBinding { struct
1131 UNION_CLASS_BOILERPLATE(TypeBoundProcBinding);
1142 std::list<Statement<TypeBoundProcBinding>>> argument
H A Ddump-parse-tree.h681 NODE(parser, TypeBoundProcBinding) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp935 bool Pre(const parser::TypeBoundProcBinding &) { return BeginAttrs(); } in Pre() argument
936 void Post(const parser::TypeBoundProcBinding &) { EndAttrs(); } in Post() argument