Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp339 SmallVector<SourceLocation, 2> TargetLocations; member in __anon8e68b8fa0111::DSAStackTy
715 TargetLocations.push_back(LocStart); in addTargetDirLocation()
730 return TargetLocations; in getEncounteredTargetLocs()
3552 ArrayRef<SourceLocation> TargetLocations = in CheckOMPRequiresDecl() local
3555 if (!TargetLocations.empty() || !AtomicLoc.isInvalid()) { in CheckOMPRequiresDecl()
3564 for (SourceLocation TargetLoc : TargetLocations) { in CheckOMPRequiresDecl()