Home
last modified time | relevance | path

Searched refs:SpecificationPart (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.h58 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 Dprogram-tree.cpp17 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 Drewrite-parse-tree.cpp42 void Post(parser::SpecificationPart &);
96 void RewriteMutator::Post(parser::SpecificationPart &x) { in Post()
H A Dresolve-directives.cpp277 bool Pre(const parser::SpecificationPart &x) { in Pre()
H A Dresolve-names.cpp1452 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 Dparse-tree.h134 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 Ddump-parse-tree.h646 NODE(parser, SpecificationPart) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp69 construct<SpecificationPart>(many(openaccDeclarativeConstruct),
136 construct<SpecificationPart>(many(openaccDeclarativeConstruct),
H A Dtype-parsers.h43 constexpr Parser<SpecificationPart> specificationPart; // R504