Home
last modified time | relevance | path

Searched refs:IntentStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp182 construct<OtherSpecificationStmt>(indirect(Parser<IntentStmt>{})), argument
H A DFortran-parsers.cpp879 construct<IntentStmt>(
H A Dunparse.cpp645 void Unparse(const IntentStmt &x) { // R849 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h165 struct IntentStmt; // R849
369 common::Indirection<IntentStmt>, common::Indirection<IntrinsicStmt>,
1499 struct IntentStmt { struct
1500 TUPLE_CLASS_BOILERPLATE(IntentStmt);
H A Ddump-parse-tree.h381 NODE(parser, IntentStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp877 bool Pre(const parser::IntentStmt &);
4090 bool DeclarationVisitor::Pre(const parser::IntentStmt &x) { in Pre()