Lines Matching refs:proxyForScope
32 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()
956 const auto &scope{stmt.proxyForScope}; in CheckScopeConstraints()
959 if (!HasScope(target.proxyForScope)) { in CheckScopeConstraints()
963 } else if (!InInclusiveScope(scopes, scope, target.proxyForScope)) { in CheckScopeConstraints()
982 if (HasScope(branchTarget.proxyForScope)) { in CheckBranchTargetConstraints()
1021 if (HasScope(ioTarget.proxyForScope)) { in CheckDataXferTargetConstraints()
1048 if (HasScope(target.proxyForScope) && in CheckAssignTargetConstraints()