Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp187 construct<OtherSpecificationStmt>(indirect(Parser<ProtectedStmt>{})), argument
H A DFortran-parsers.cpp912 construct<ProtectedStmt>("PROTECTED" >> maybe("::"_tok) >> listOfNames)) in TYPE_PARSER()
H A Dunparse.cpp664 void Unparse(const ProtectedStmt &x) { // R855 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h170 struct ProtectedStmt; // R855
371 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,
1518 WRAPPER_CLASS(ProtectedStmt, std::list<Name>);
H A Ddump-parse-tree.h614 NODE(parser, ProtectedStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp880 bool Pre(const parser::ProtectedStmt &);
4129 bool DeclarationVisitor::Pre(const parser::ProtectedStmt &x) { in Pre()