Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp539 Parser<TypeBoundProcDecl>{})))))
542 TYPE_PARSER(construct<TypeBoundProcDecl>(name, maybe("=>" >> name)))
H A Dunparse.cpp367 void Unparse(const TypeBoundProcDecl &x) { // R750 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1083 struct TypeBoundProcDecl { struct
1084 TUPLE_CLASS_BOILERPLATE(TypeBoundProcDecl);
1098 std::list<BindAttr> &&as, std::list<TypeBoundProcDecl> &&ds) in WithoutInterface() argument
1101 std::list<TypeBoundProcDecl> declarations;
H A Ddump-parse-tree.h682 NODE(parser, TypeBoundProcDecl) in NODE()