Home
last modified time | relevance | path

Searched refs:GenericStmt (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp148 statement(indirect(Parser<GenericStmt>{}))),
376 TYPE_PARSER(construct<GenericStmt>("GENERIC" >> maybe("," >> accessSpec),
Dunparse.cpp1637 void Unparse(const GenericStmt &x) { // R1510 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h239 struct GenericStmt; // R1510
385 common::Indirection<EnumDef>, Statement<common::Indirection<GenericStmt>>,
2940 struct GenericStmt { struct
2941 TUPLE_CLASS_BOILERPLATE(GenericStmt);
Ddump-parse-tree.h336 NODE(parser, GenericStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp647 bool Pre(const parser::GenericStmt &);
648 void Post(const parser::GenericStmt &);
2541 bool InterfaceVisitor::Pre(const parser::GenericStmt &) { in Pre() argument
2545 void InterfaceVisitor::Post(const parser::GenericStmt &x) { in Post()
6037 [&](const parser::Statement<Indirection<parser::GenericStmt>> &y) { in PreSpecificationConstruct()