Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp148 construct<SpecificationConstruct>(indirect(Parser<EnumDef>{})),
149 construct<SpecificationConstruct>(
151 construct<SpecificationConstruct>(indirect(interfaceBlock)),
152 construct<SpecificationConstruct>(statement(indirect(parameterStmt))),
153 construct<SpecificationConstruct>(
155 construct<SpecificationConstruct>(
157 construct<SpecificationConstruct>(
159 construct<SpecificationConstruct>(
161 construct<SpecificationConstruct>(indirect(Parser<StructureDef>{})),
162 construct<SpecificationConstruct>(
[all …]
H A Dtype-parsers.h46 constexpr Parser<SpecificationConstruct> specificationConstruct; // R508
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp54 std::get_if<parser::SpecificationConstruct>(&decl.u)}) { in GetGenerics()
H A Dresolve-names.cpp1508 void PreSpecificationConstruct(const parser::SpecificationConstruct &);
7060 std::get_if<parser::SpecificationConstruct>(&decl.u)}) { in Pre()
7071 const parser::SpecificationConstruct &spec) { in PreSpecificationConstruct()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h383 struct SpecificationConstruct { struct
384 UNION_CLASS_BOILERPLATE(SpecificationConstruct);
421 std::variant<SpecificationConstruct, Statement<common::Indirection<DataStmt>>,
H A Ddump-parse-tree.h644 NODE(parser, SpecificationConstruct) in NODE()