Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp362 maybe(Parser<TypeBoundProcedurePart>{}),
507 construct<TypeBoundProcedurePart>(statement(containsStmt),
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1139 struct TypeBoundProcedurePart { struct
1140 TUPLE_CLASS_BOILERPLATE(TypeBoundProcedurePart);
1158 std::optional<TypeBoundProcedurePart>, Statement<EndTypeStmt>> argument
H A Ddump-parse-tree.h683 NODE(parser, TypeBoundProcedurePart) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp932 bool Pre(const parser::TypeBoundProcedurePart &);
933 void Post(const parser::TypeBoundProcedurePart &);
4545 Walk(std::get<std::optional<parser::TypeBoundProcedurePart>>(x.t)); in Pre()
4796 bool DeclarationVisitor::Pre(const parser::TypeBoundProcedurePart &) { in Pre() argument
4802 void DeclarationVisitor::Post(const parser::TypeBoundProcedurePart &) { in Post() argument