Searched refs:proxyForScope (Results 1 – 1 of 1) sorted by relevance
32 ProxyForScope proxyForScope; member40 const ProxyForScope &proxyForScope, in SourceStatementInfoTuplePOD()42 : parserLabel{parserLabel}, proxyForScope{proxyForScope}, in SourceStatementInfoTuplePOD()45 ProxyForScope proxyForScope; member851 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 …]