Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp185 construct<OtherSpecificationStmt>(indirect(Parser<ProtectedStmt>{})), argument
DFortran-parsers.cpp888 construct<ProtectedStmt>("PROTECTED" >> maybe("::"_tok) >> listOfNames)) in TYPE_PARSER()
Dunparse.cpp640 void Unparse(const ProtectedStmt &x) { // R855 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h170 struct ProtectedStmt; // R855
370 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,
1509 WRAPPER_CLASS(ProtectedStmt, std::list<Name>);
Ddump-parse-tree.h602 NODE(parser, ProtectedStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp750 bool Pre(const parser::ProtectedStmt &);
3380 bool DeclarationVisitor::Pre(const parser::ProtectedStmt &x) { in Pre()