Searched refs:doTarget (Results 1 – 1 of 1) sorted by relevance
904 auto doTarget{GetLabel(labels, label)}; in CheckLabelDoConstraints() local905 if (!HasScope(doTarget.proxyForScope)) { in CheckLabelDoConstraints()910 } else if (doTarget.parserCharBlock.begin() < position.begin()) { in CheckLabelDoConstraints()917 } else if ((InInclusiveScope(scopes, scope, doTarget.proxyForScope) && in CheckLabelDoConstraints()918 doTarget.labeledStmtClassificationSet.test( in CheckLabelDoConstraints()920 (doTarget.isExecutableConstructEndStmt && in CheckLabelDoConstraints()921 ParentScope(scopes, doTarget.proxyForScope) == scope)) { in CheckLabelDoConstraints()929 .Attach(doTarget.parserCharBlock, in CheckLabelDoConstraints()932 } else if (!InInclusiveScope(scopes, scope, doTarget.proxyForScope)) { in CheckLabelDoConstraints()936 } else if (!doTarget.labeledStmtClassificationSet.test( in CheckLabelDoConstraints()[all …]