Searched refs:doTarget (Results 1 – 1 of 1) sorted by relevance
927 auto doTarget{GetLabel(labels, label)}; in CheckLabelDoConstraints() local928 if (!HasScope(doTarget.proxyForScope)) { in CheckLabelDoConstraints()932 } else if (doTarget.parserCharBlock.begin() < position.begin()) { in CheckLabelDoConstraints()938 } else if ((InInclusiveScope(scopes, scope, doTarget.proxyForScope) && in CheckLabelDoConstraints()939 doTarget.labeledStmtClassificationSet.test( in CheckLabelDoConstraints()941 (doTarget.isExecutableConstructEndStmt && in CheckLabelDoConstraints()942 ParentScope(scopes, doTarget.proxyForScope) == scope)) { in CheckLabelDoConstraints()949 .Attach(doTarget.parserCharBlock, in CheckLabelDoConstraints()952 } else if (!InInclusiveScope(scopes, scope, doTarget.proxyForScope)) { in CheckLabelDoConstraints()955 } else if (!doTarget.labeledStmtClassificationSet.test( in CheckLabelDoConstraints()[all …]