Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp179 SourceLocation PrevScanLocation; member
857 Parent->PrevScanLocation = Loc; in setParentHasScanDirective()
862 return Top ? Top->PrevScanLocation.isValid() : false; in doesParentHasScanDirective()
867 return Top ? Top->PrevScanLocation : SourceLocation(); in getParentScanDirectiveLoc()