Searched refs:CurrentRegionOnly (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1018 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 1031 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl() 20536 bool CurrentRegionOnly, in checkMapConflicts() argument 20556 VD, CurrentRegionOnly, in checkMapConflicts() 20557 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts() 20586 if (CurrentRegionOnly && in checkMapConflicts() 20640 if (CurrentRegionOnly) { in checkMapConflicts() 20707 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts() 20742 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts() 20748 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts() [all …]
|