Home
last modified time | relevance | path

Searched refs:DeclarationConstruct (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp92 fail<DeclarationConstruct>("misplaced USE statement"_err_en_US) ||
94 fail<DeclarationConstruct>(
97 fail<DeclarationConstruct>(
103 first(construct<DeclarationConstruct>(specificationConstruct),
105 construct<DeclarationConstruct>(
108 construct<DeclarationConstruct>(
111 construct<DeclarationConstruct>(declErrorRecovery)))
115 fail<DeclarationConstruct>(
118 fail<DeclarationConstruct>(
124 first(construct<DeclarationConstruct>(specificationConstruct),
[all …]
H A Dtype-parsers.h45 constexpr Parser<DeclarationConstruct> declarationConstruct; // R507
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp27 std::get<std::list<parser::DeclarationConstruct>>(spec.t)) { in GetEntryStmts()
52 std::get<std::list<parser::DeclarationConstruct>>(spec.t)) { in GetGenerics()
H A Drewrite-parse-tree.cpp97 auto &list{std::get<std::list<parser::DeclarationConstruct>>(x.t)}; in Post()
H A Dresolve-names.cpp1511 void FinishSpecificationPart(const std::list<parser::DeclarationConstruct> &);
7157 const std::list<parser::DeclarationConstruct> &decls) { in FinishSpecificationPart()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h419 struct DeclarationConstruct { struct
420 UNION_CLASS_BOILERPLATE(DeclarationConstruct);
440 std::list<DeclarationConstruct>> argument
H A Ddump-parse-tree.h230 NODE(parser, DeclarationConstruct) in NODE()