Searched refs:CurrentRegionOnly (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 990 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 1003 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl() 21300 bool CurrentRegionOnly, in checkMapConflicts() argument 21320 VD, CurrentRegionOnly, in checkMapConflicts() 21321 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts() 21350 if (CurrentRegionOnly && in checkMapConflicts() 21405 if (CurrentRegionOnly) { in checkMapConflicts() 21472 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts() 21507 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts() 21513 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts() [all …]
|