Searched refs:ProtectedStmt (Results 1 – 6 of 6) sorted by relevance
185 construct<OtherSpecificationStmt>(indirect(Parser<ProtectedStmt>{})), argument
888 construct<ProtectedStmt>("PROTECTED" >> maybe("::"_tok) >> listOfNames)) in TYPE_PARSER()
640 void Unparse(const ProtectedStmt &x) { // R855 in Unparse()
170 struct ProtectedStmt; // R855370 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,1509 WRAPPER_CLASS(ProtectedStmt, std::list<Name>);
602 NODE(parser, ProtectedStmt) in NODE()
750 bool Pre(const parser::ProtectedStmt &);3380 bool DeclarationVisitor::Pre(const parser::ProtectedStmt &x) { in Pre()