Home
last modified time | relevance | path

Searched refs:TypeBoundProcedureStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp516 first(construct<TypeBoundProcBinding>(Parser<TypeBoundProcedureStmt>{}),
527 (construct<TypeBoundProcedureStmt>(
528 construct<TypeBoundProcedureStmt::WithInterface>(
534 construct<TypeBoundProcedureStmt>(
535 construct<TypeBoundProcedureStmt::WithoutInterface>(
H A Dunparse.cpp358 void Unparse(const TypeBoundProcedureStmt::WithoutInterface &x) { // R749 in Unparse()
362 void Unparse(const TypeBoundProcedureStmt::WithInterface &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree-visitor.h632 void Walk(const TypeBoundProcedureStmt::WithInterface &x, V &visitor) { in Walk()
641 void Walk(TypeBoundProcedureStmt::WithInterface &x, M &mutator) { in Walk()
650 void Walk(const TypeBoundProcedureStmt::WithoutInterface &x, V &visitor) { in Walk()
658 void Walk(TypeBoundProcedureStmt::WithoutInterface &x, M &mutator) { in Walk()
H A Ddump-parse-tree.h684 NODE(parser, TypeBoundProcedureStmt) in NODE()
685 NODE(TypeBoundProcedureStmt, WithInterface) in NODE()
686 NODE(TypeBoundProcedureStmt, WithoutInterface) in NODE()
H A Dparse-tree.h1093 struct TypeBoundProcedureStmt { struct
1094 UNION_CLASS_BOILERPLATE(TypeBoundProcedureStmt);
1132 std::variant<TypeBoundProcedureStmt, TypeBoundGenericStmt, FinalProcedureStmt, argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp937 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &);
938 void Post(const parser::TypeBoundProcedureStmt::WithInterface &);
964 void CheckBindings(const parser::TypeBoundProcedureStmt::WithoutInterface &);
4841 const parser::TypeBoundProcedureStmt::WithoutInterface &x) { in Post()
4863 const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in CheckBindings()
4891 const parser::TypeBoundProcedureStmt::WithInterface &x) { in Post()
7604 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post()
7607 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in Post()