Searched refs:CoindexedNamedObject (Results 1 – 12 of 12) sorted by relevance
28 [](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 …]
60 u = common::Indirection<CoindexedNamedObject>::Make(
109 const CoindexedNamedObject *GetCoindexedNamedObject(const AllocateObject &);110 const CoindexedNamedObject *GetCoindexedNamedObject(const DataRef &);111 const CoindexedNamedObject *GetCoindexedNamedObject(const Designator &);112 const CoindexedNamedObject *GetCoindexedNamedObject(const Variable &);
351 template <typename V> void Walk(const CoindexedNamedObject &x, V &visitor) { in Walk()358 template <typename M> void Walk(CoindexedNamedObject &x, M &mutator) { in Walk()
185 struct CoindexedNamedObject; // R9141760 common::Indirection<CoindexedNamedObject>>1839 struct CoindexedNamedObject { struct1840 BOILERPLATE(CoindexedNamedObject);1841 CoindexedNamedObject(DataRef &&dr, ImageSelector &&is) in CoindexedNamedObject() function
187 NODE(parser, CoindexedNamedObject) in NODE()
607 if (const parser::CoindexedNamedObject * in RunCoarrayRelatedChecks()
552 [&](const common::Indirection<parser::CoindexedNamedObject> &) { in CheckDataRef() argument
2470 [&](const common::Indirection<parser::CoindexedNamedObject> &) { in CheckDependList() argument
1195 MaybeExpr ExpressionAnalyzer::Analyze(const parser::CoindexedNamedObject &x) { in Analyze()
6491 [&](const Indirection<parser::CoindexedNamedObject> &y) { in ResolveDataRef()
270 MaybeExpr Analyze(const parser::CoindexedNamedObject &);