Home
last modified time | relevance | path

Searched refs:CoindexedNamedObject (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtools.cpp28 [](const common::Indirection<CoindexedNamedObject> &ci) in GetLastName()
86 [](const common::Indirection<CoindexedNamedObject> &ci) in GetFirstName()
126 const CoindexedNamedObject *GetCoindexedNamedObject(const DataRef &base) { in GetCoindexedNamedObject()
130 [](const common::Indirection<CoindexedNamedObject> &x) in GetCoindexedNamedObject()
131 -> const CoindexedNamedObject * { return &x.value(); }, in GetCoindexedNamedObject()
132 [](const auto &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
138 const CoindexedNamedObject *GetCoindexedNamedObject( in GetCoindexedNamedObject()
142 [](const DataRef &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
145 [](const Substring &x) -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
155 -> const CoindexedNamedObject * { in GetCoindexedNamedObject()
[all …]
H A Dparse-tree.cpp60 u = common::Indirection<CoindexedNamedObject>::Make(
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dtools.h109 const CoindexedNamedObject *GetCoindexedNamedObject(const AllocateObject &);
110 const CoindexedNamedObject *GetCoindexedNamedObject(const DataRef &);
111 const CoindexedNamedObject *GetCoindexedNamedObject(const Designator &);
112 const CoindexedNamedObject *GetCoindexedNamedObject(const Variable &);
H A Dparse-tree-visitor.h351 template <typename V> void Walk(const CoindexedNamedObject &x, V &visitor) { in Walk()
358 template <typename M> void Walk(CoindexedNamedObject &x, M &mutator) { in Walk()
H A Dparse-tree.h185 struct CoindexedNamedObject; // R914
1760 common::Indirection<CoindexedNamedObject>>
1839 struct CoindexedNamedObject { struct
1840 BOILERPLATE(CoindexedNamedObject);
1841 CoindexedNamedObject(DataRef &&dr, ImageSelector &&is) in CoindexedNamedObject() function
H A Ddump-parse-tree.h187 NODE(parser, CoindexedNamedObject) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp607 if (const parser::CoindexedNamedObject * in RunCoarrayRelatedChecks()
H A Dresolve-names-utils.cpp552 [&](const common::Indirection<parser::CoindexedNamedObject> &) { in CheckDataRef() argument
H A Dcheck-omp-structure.cpp2470 [&](const common::Indirection<parser::CoindexedNamedObject> &) { in CheckDependList() argument
H A Dexpression.cpp1195 MaybeExpr ExpressionAnalyzer::Analyze(const parser::CoindexedNamedObject &x) { in Analyze()
H A Dresolve-names.cpp6491 [&](const Indirection<parser::CoindexedNamedObject> &y) { in ResolveDataRef()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h270 MaybeExpr Analyze(const parser::CoindexedNamedObject &);