Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree-visitor.h650 void Walk(const TypeBoundProcedureStmt::WithoutInterface &x, V &visitor) { in Walk()
658 void Walk(TypeBoundProcedureStmt::WithoutInterface &x, M &mutator) { in Walk()
H A Dparse-tree.h1095 struct WithoutInterface { struct
1096 BOILERPLATE(WithoutInterface);
1097 WithoutInterface( in WithoutInterface() argument
1112 std::variant<WithoutInterface, WithInterface> u;
H A Ddump-parse-tree.h686 NODE(TypeBoundProcedureStmt, WithoutInterface) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp535 construct<TypeBoundProcedureStmt::WithoutInterface>(
H A Dunparse.cpp358 void Unparse(const TypeBoundProcedureStmt::WithoutInterface &x) { // R749 in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp937 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &);
964 void CheckBindings(const parser::TypeBoundProcedureStmt::WithoutInterface &);
4841 const parser::TypeBoundProcedureStmt::WithoutInterface &x) { in Post()
4863 const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in CheckBindings()
7607 void Post(const parser::TypeBoundProcedureStmt::WithoutInterface &tbps) { in Post()