Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp3186 SourceLocation PreviousCriticalLoc; in CheckNestingOfRegions() local
3188 Stack->hasDirective([CurrentName, &PreviousCriticalLoc]( in CheckNestingOfRegions()
3195 PreviousCriticalLoc = Loc; in CheckNestingOfRegions()
3205 if (PreviousCriticalLoc.isValid()) in CheckNestingOfRegions()
3206 SemaRef.Diag(PreviousCriticalLoc, in CheckNestingOfRegions()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4619 SourceLocation PreviousCriticalLoc; in checkNestingOfRegions() local
4621 [CurrentName, &PreviousCriticalLoc](OpenMPDirectiveKind K, in checkNestingOfRegions()
4625 PreviousCriticalLoc = Loc; in checkNestingOfRegions()
4635 if (PreviousCriticalLoc.isValid()) in checkNestingOfRegions()
4636 SemaRef.Diag(PreviousCriticalLoc, in checkNestingOfRegions()