Searched refs:targetContext (Results 1 – 1 of 1) sorted by relevance
1824 std::optional<DirContext> targetContext) { in CheckLabelContext() argument1825 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()