Home
last modified time | relevance | path

Searched refs:doTarget (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp927 auto doTarget{GetLabel(labels, label)}; in CheckLabelDoConstraints() local
928 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 …]