Searched refs:SpecificationPart (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | program-tree.h | 58 ProgramTree(const parser::Name &name, const parser::SpecificationPart &spec, 72 const parser::SpecificationPart &spec() const { return spec_; } in spec() 110 const parser::SpecificationPart &spec_;
|
| H A D | program-tree.cpp | 17 ProgramTree &node, const parser::SpecificationPart &spec) { in GetEntryStmts() 50 ProgramTree &node, const parser::SpecificationPart &spec) { in GetGenerics() 80 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; in BuildSubprogramTree() 101 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; in BuildSubprogramTree() 107 const auto &spec{std::get<parser::SpecificationPart>(x.t)}; in BuildModuleTree()
|
| H A D | rewrite-parse-tree.cpp | 42 void Post(parser::SpecificationPart &); 96 void RewriteMutator::Post(parser::SpecificationPart &x) { in Post()
|
| H A D | resolve-directives.cpp | 277 bool Pre(const parser::SpecificationPart &x) { in Pre()
|
| H A D | resolve-names.cpp | 1452 bool Pre(const parser::SpecificationPart &); 7043 bool ResolveNamesVisitor::Pre(const parser::SpecificationPart &x) { in Pre()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 134 struct SpecificationPart; // R504 433 struct SpecificationPart { struct 434 TUPLE_CLASS_BOILERPLATE(SpecificationPart); 2127 WRAPPER_CLASS(BlockSpecificationPart, SpecificationPart); 2845 std::tuple<std::optional<Statement<ProgramStmt>>, SpecificationPart, 2879 std::tuple<Statement<ModuleStmt>, SpecificationPart, 2921 std::tuple<Statement<SubmoduleStmt>, SpecificationPart, 2935 std::tuple<Statement<BlockDataStmt>, SpecificationPart, 3184 std::tuple<Statement<FunctionStmt>, SpecificationPart, ExecutionPart, 3194 std::tuple<Statement<SubroutineStmt>, SpecificationPart, ExecutionPart, [all …]
|
| H A D | dump-parse-tree.h | 646 NODE(parser, SpecificationPart) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 69 construct<SpecificationPart>(many(openaccDeclarativeConstruct), 136 construct<SpecificationPart>(many(openaccDeclarativeConstruct),
|
| H A D | type-parsers.h | 43 constexpr Parser<SpecificationPart> specificationPart; // R504
|