Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp186 SourceLocation PrevScanLocation; member
916 Parent->PrevScanLocation = Loc; in setParentHasScanDirective()
921 return Top ? Top->PrevScanLocation.isValid() : false; in doesParentHasScanDirective()
926 return Top ? Top->PrevScanLocation : SourceLocation(); in getParentScanDirectiveLoc()