Searched refs:EntityDecl (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-data.h | 42 void Leave(const parser::EntityDecl &);
|
| H A D | check-data.cpp | 250 void DataChecker::Leave(const parser::EntityDecl &decl) { in Leave()
|
| H A D | resolve-names.cpp | 862 void Post(const parser::EntityDecl &); 3884 void DeclarationVisitor::Post(const parser::EntityDecl &x) { in Post() 5016 const auto &decls{std::get<std::list<parser::EntityDecl>>(structStmt.t)}; in Pre() 7587 bool Pre(const parser::EntityDecl &decl) { in Pre()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | user-state.cpp | 102 for (const auto &entity : std::get<std::list<EntityDecl>>(stmt->t)) { in Parse()
|
| H A D | type-parsers.h | 72 constexpr Parser<EntityDecl> entityDecl; // R803
|
| H A D | unparse.cpp | 439 const auto &decls{std::get<std::list<EntityDecl>>(x.t)}; in Unparse() 446 static const auto hasAssignmentInitializer{[](const EntityDecl &d) { in Unparse() 451 static const auto hasSlashDelimitedInitializer{[](const EntityDecl &d) { in Unparse() 489 Put(' '), Walk(std::get<std::list<EntityDecl>>(x.t), ", "); in Unparse() 507 void Unparse(const EntityDecl &x) { // R803 in Unparse() 2532 Walk(" ", std::get<std::list<EntityDecl>>(x.t), ", "); in Unparse()
|
| H A D | Fortran-parsers.cpp | 615 constexpr auto entityDeclWithoutEqInit{construct<EntityDecl>(name, 665 TYPE_PARSER(construct<EntityDecl>(objectName, maybe(arraySpec),
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1344 struct EntityDecl { struct 1345 TUPLE_CLASS_BOILERPLATE(EntityDecl); 1355 std::tuple<DeclarationTypeSpec, std::list<AttrSpec>, std::list<EntityDecl>> t; argument 3284 std::tuple<std::optional<Name>, std::list<EntityDecl>> t;
|
| H A D | dump-parse-tree.h | 275 NODE(parser, EntityDecl) in NODE()
|