Searched refs:ProtectedStmt (Results 1 – 6 of 6) sorted by relevance
187 construct<OtherSpecificationStmt>(indirect(Parser<ProtectedStmt>{})), argument
912 construct<ProtectedStmt>("PROTECTED" >> maybe("::"_tok) >> listOfNames)) in TYPE_PARSER()
664 void Unparse(const ProtectedStmt &x) { // R855 in Unparse()
170 struct ProtectedStmt; // R855371 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,1518 WRAPPER_CLASS(ProtectedStmt, std::list<Name>);
614 NODE(parser, ProtectedStmt) in NODE()
880 bool Pre(const parser::ProtectedStmt &);4129 bool DeclarationVisitor::Pre(const parser::ProtectedStmt &x) { in Pre()