Home
last modified time | relevance | path

Searched refs:CurrentRegionOnly (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp932 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument
945 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl()
18932 bool CurrentRegionOnly, in checkMapConflicts() argument
18952 VD, CurrentRegionOnly, in checkMapConflicts()
18953 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts()
18982 if (CurrentRegionOnly && in checkMapConflicts()
19037 if (CurrentRegionOnly) { in checkMapConflicts()
19104 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts()
19139 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts()
19145 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts()
[all …]