Searched refs:CurrentRegionOnly (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 329 ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 338 if (CurrentRegionOnly) { in checkMappableExprComponentListsForDecl() 10652 bool CurrentRegionOnly, in CheckMapConflicts() argument 10672 VD, CurrentRegionOnly, in CheckMapConflicts() 10697 if (CurrentRegionOnly && in CheckMapConflicts() 10728 if (CurrentRegionOnly) { in CheckMapConflicts() 10789 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in CheckMapConflicts() 10804 if (!CurrentRegionOnly && SI != SE) in CheckMapConflicts() 10810 (!CurrentRegionOnly && CI != CE && SI == SE); in CheckMapConflicts() 10815 if (CurrentRegionOnly) in CheckMapConflicts()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 931 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 944 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl() 17154 bool CurrentRegionOnly, in checkMapConflicts() argument 17174 VD, CurrentRegionOnly, in checkMapConflicts() 17175 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts() 17202 if (CurrentRegionOnly && in checkMapConflicts() 17257 if (CurrentRegionOnly) { in checkMapConflicts() 17324 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts() 17359 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts() 17365 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts() [all …]
|