Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp1824 std::optional<DirContext> targetContext) { in CheckLabelContext() argument
1825 if (targetContext && in CheckLabelContext()
1827 (sourceContext->scope != targetContext->scope && in CheckLabelContext()
1829 &targetContext->scope, sourceContext->scope)))) { in CheckLabelContext()
1834 llvm::omp::getOpenMPDirectiveName(targetContext->directive) in CheckLabelContext()
1838 (!targetContext || in CheckLabelContext()
1839 (sourceContext->scope != targetContext->scope && in CheckLabelContext()
1841 &sourceContext->scope, targetContext->scope)))) { in CheckLabelContext()