Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp1823 const parser::CharBlock target, std::optional<DirContext> sourceContext, in CheckLabelContext() argument
1826 (!sourceContext || in CheckLabelContext()
1827 (sourceContext->scope != targetContext->scope && in CheckLabelContext()
1829 &targetContext->scope, sourceContext->scope)))) { in CheckLabelContext()
1837 if (sourceContext && in CheckLabelContext()
1839 (sourceContext->scope != targetContext->scope && in CheckLabelContext()
1841 &sourceContext->scope, targetContext->scope)))) { in CheckLabelContext()
1847 llvm::omp::getOpenMPDirectiveName(sourceContext->directive) in CheckLabelContext()