Searched refs:CurrentRegionOnly (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 976 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 989 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl() 21017 bool CurrentRegionOnly, in checkMapConflicts() argument 21037 VD, CurrentRegionOnly, in checkMapConflicts() 21038 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts() 21067 if (CurrentRegionOnly && in checkMapConflicts() 21122 if (CurrentRegionOnly) { in checkMapConflicts() 21189 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts() 21224 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts() 21230 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts() [all …]
|