Lines Matching refs:proxyForScope
38 ProxyForScope proxyForScope; member
46 const ProxyForScope &proxyForScope, in SourceStatementInfoTuplePOD()
48 : parserLabel{parserLabel}, proxyForScope{proxyForScope}, in SourceStatementInfoTuplePOD()
51 ProxyForScope proxyForScope; member
872 if (HasScope(branchTarget.proxyForScope)) { in CheckBranchesIntoDoBody()
925 const auto &scope{stmt.proxyForScope}; in CheckLabelDoConstraints()
928 if (!HasScope(doTarget.proxyForScope)) { in CheckLabelDoConstraints()
938 } else if ((InInclusiveScope(scopes, scope, doTarget.proxyForScope) && in CheckLabelDoConstraints()
942 ParentScope(scopes, doTarget.proxyForScope) == scope)) { in CheckLabelDoConstraints()
952 } else if (!InInclusiveScope(scopes, scope, doTarget.proxyForScope)) { in CheckLabelDoConstraints()
974 const auto &scope{stmt.proxyForScope}; in CheckScopeConstraints()
977 if (!HasScope(target.proxyForScope)) { in CheckScopeConstraints()
980 } else if (!InInclusiveScope(scopes, scope, target.proxyForScope)) { in CheckScopeConstraints()
991 for (ProxyForScope toScope{target.proxyForScope}; fromScope != toScope; in CheckScopeConstraints()
1015 if (HasScope(branchTarget.proxyForScope)) { in CheckBranchTargetConstraints()
1049 if (HasScope(ioTarget.proxyForScope)) { in CheckDataXferTargetConstraints()
1074 if (HasScope(target.proxyForScope) && in CheckAssignTargetConstraints()