Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp184 construct<OtherSpecificationStmt>(indirect(Parser<PointerStmt>{})), argument
DFortran-parsers.cpp877 TYPE_PARSER(construct<PointerStmt>("POINTER" >> maybe("::"_tok) >>
Dunparse.cpp633 void Unparse(const PointerStmt &x) { // R853 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h169 struct PointerStmt; // R853
370 common::Indirection<PointerStmt>, common::Indirection<ProtectedStmt>,
1506 WRAPPER_CLASS(PointerStmt, std::list<PointerDecl>);
Ddump-parse-tree.h575 NODE(parser, PointerStmt) in NODE()