Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp193 SourceLocation PrevScanLocation; member
924 Parent->PrevScanLocation = Loc; in setParentHasScanDirective()
929 return Top ? Top->PrevScanLocation.isValid() : false; in doesParentHasScanDirective()
934 return Top ? Top->PrevScanLocation : SourceLocation(); in getParentScanDirectiveLoc()