Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp32 ProxyForScope proxyForScope; member
40 const ProxyForScope &proxyForScope, in SourceStatementInfoTuplePOD()
42 : parserLabel{parserLabel}, proxyForScope{proxyForScope}, in SourceStatementInfoTuplePOD()
45 ProxyForScope proxyForScope; member
851 if (HasScope(branchTarget.proxyForScope)) { in CheckBranchesIntoDoBody()
902 const auto &scope{stmt.proxyForScope}; in CheckLabelDoConstraints()
905 if (!HasScope(doTarget.proxyForScope)) { in CheckLabelDoConstraints()
917 } else if ((InInclusiveScope(scopes, scope, doTarget.proxyForScope) && in CheckLabelDoConstraints()
921 ParentScope(scopes, doTarget.proxyForScope) == scope)) { in CheckLabelDoConstraints()
932 } else if (!InInclusiveScope(scopes, scope, doTarget.proxyForScope)) { in CheckLabelDoConstraints()
[all …]