Searched refs:BasedPointerStmt (Results 1 – 6 of 6) sorted by relevance
194 construct<OtherSpecificationStmt>(indirect(Parser<BasedPointerStmt>{})))) argument
1215 construct<BasedPointerStmt>(
2517 void Unparse(const BasedPointerStmt &x) { Walk("POINTER ", x.v, ","); } in Unparse()
255 struct BasedPointerStmt;375 common::Indirection<BasedPointerStmt>>3254 WRAPPER_CLASS(BasedPointerStmt, std::list<BasedPointer>);
151 NODE(parser, BasedPointerStmt) in NODE()
955 bool Pre(const parser::BasedPointerStmt &);5083 bool DeclarationVisitor::Pre(const parser::BasedPointerStmt &x) { in Pre()