Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5991 bool UseClausesWithoutBind = false; in mapLoopConstruct() local
6023 UseClausesWithoutBind = true; in mapLoopConstruct()
6073 return UseClausesWithoutBind; in mapLoopConstruct()
6086 bool UseClausesWithoutBind = false; in ActOnOpenMPExecutableDirective() local
6096 UseClausesWithoutBind = mapLoopConstruct( in ActOnOpenMPExecutableDirective()
6117 if (getLangOpts().OpenMP >= 50 && UseClausesWithoutBind) { in ActOnOpenMPExecutableDirective()