Searched refs:CurrentRegionOnly (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 998 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument 1011 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl() 21201 bool CurrentRegionOnly, in checkMapConflicts() argument 21221 VD, CurrentRegionOnly, in checkMapConflicts() 21222 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts() 21251 if (CurrentRegionOnly && in checkMapConflicts() 21305 if (CurrentRegionOnly) { in checkMapConflicts() 21372 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts() 21407 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts() 21413 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts() [all …]
|