Home
last modified time | relevance | path

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

/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()
H A Dparse-tree.h1103 struct WithInterface { struct
1104 BOILERPLATE(WithInterface);
1105 WithInterface(Name &&n, std::list<BindAttr> &&as, std::list<Name> &&bs) in WithInterface() argument
1112 std::variant<WithoutInterface, WithInterface> u;
H A Ddump-parse-tree.h685 NODE(TypeBoundProcedureStmt, WithInterface) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp528 construct<TypeBoundProcedureStmt::WithInterface>(
H A Dunparse.cpp362 void Unparse(const TypeBoundProcedureStmt::WithInterface &x) { in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp938 void Post(const parser::TypeBoundProcedureStmt::WithInterface &);
4891 const parser::TypeBoundProcedureStmt::WithInterface &x) { in Post()
7604 void Post(const parser::TypeBoundProcedureStmt::WithInterface &tbps) { in Post()