Home
last modified time | relevance | path

Searched refs:PointerStmt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp186 construct<OtherSpecificationStmt>(indirect(Parser<PointerStmt>{})), argument
H A DFortran-parsers.cpp901 TYPE_PARSER(construct<PointerStmt>("POINTER" >> maybe("::"_tok) >>
H A Dunparse.cpp657 void Unparse(const PointerStmt &x) { // R853 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h169 struct PointerStmt; // R853
371 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,
1515 WRAPPER_CLASS(PointerStmt, std::list<PointerDecl>);
H A Ddump-parse-tree.h587 NODE(parser, PointerStmt) in NODE()