Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1097 Association &GetCurrentAssociation();
5118 GetCurrentAssociation().selector = ResolveSelector(x); in Post()
5135 GetCurrentAssociation().name = &name; in Post()
5137 if (ExtractCoarrayRef(GetCurrentAssociation().selector.expr)) { // C1103 in Post()
5143 GetCurrentAssociation() = {}; // clean for further parser::Association. in Post()
5188 auto &association{GetCurrentAssociation()}; in Post()
5227 auto &association{GetCurrentAssociation()}; in Post()
5301 auto &association{GetCurrentAssociation()}; in MakeAssocEntity()
5328 pexpr = &GetCurrentAssociation().selector.expr; in SetTypeFromAssociation()
5352 Attrs attrs{evaluate::GetAttrs(GetCurrentAssociation().selector.expr)}; in SetAttrsFromAssociation()
[all …]