Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp746 "expected object declarations"_err_en_US, Parser<ObjectDecl>{})))
753 construct<ObjectDecl>(objectName, maybe(arraySpec), maybe(coarraySpec)))
903 nonemptyList("expected objects"_err_en_US, Parser<ObjectDecl>{})))
Dunparse.cpp572 void Unparse(const ObjectDecl &x) { // R830 & R860 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1366 struct ObjectDecl { struct
1367 TUPLE_CLASS_BOILERPLATE(ObjectDecl);
1373 WRAPPER_CLASS(AllocatableStmt, std::list<ObjectDecl>); argument
1523 WRAPPER_CLASS(TargetStmt, std::list<ObjectDecl>);
Ddump-parse-tree.h442 NODE(parser, ObjectDecl) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp734 void Post(const parser::ObjectDecl &);
3437 void DeclarationVisitor::Post(const parser::ObjectDecl &x) { in Post()