Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1013 const ValueDecl *VD, bool CurrentRegionOnly, in checkMappableExprComponentListsForDecl() argument
1026 if (CurrentRegionOnly) in checkMappableExprComponentListsForDecl()
21715 bool CurrentRegionOnly, in checkMapConflicts() argument
21735 VD, CurrentRegionOnly, in checkMapConflicts()
21736 [&IsEnclosedByDataEnvironmentExpr, &SemaRef, VD, CurrentRegionOnly, ELoc, in checkMapConflicts()
21765 if (CurrentRegionOnly && in checkMapConflicts()
21820 if (CurrentRegionOnly) { in checkMapConflicts()
21887 if (CurrentRegionOnly && (CI == CE || SI == SE)) { in checkMapConflicts()
21922 if (!CurrentRegionOnly && SI != SE) in checkMapConflicts()
21928 (!CurrentRegionOnly && CI != CE && SI == SE); in checkMapConflicts()
[all …]