Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree-visitor.h631 void Walk(const TypeBoundProcedureStmt::WithInterface &x, V &visitor) { in Walk()
640 void Walk(TypeBoundProcedureStmt::WithInterface &x, M &mutator) { in Walk()
Dparse-tree.h1095 struct WithInterface { struct
1096 BOILERPLATE(WithInterface);
1097 WithInterface(Name &&n, std::list<BindAttr> &&as, std::list<Name> &&bs) in WithInterface() function
1104 std::variant<WithoutInterface, WithInterface> u;
Ddump-parse-tree.h672 NODE(TypeBoundProcedureStmt, WithInterface) in NODE()
/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp509 construct<TypeBoundProcedureStmt::WithInterface>(
Dunparse.cpp339 void Unparse(const TypeBoundProcedureStmt::WithInterface &x) { in Unparse()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp807 void Post(const parser::TypeBoundProcedureStmt::WithInterface &);
4090 const parser::TypeBoundProcedureStmt::WithInterface &x) { in Post()
6480 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post()