Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp184 SourceLocation PrevScanLocation; member
902 Parent->PrevScanLocation = Loc; in setParentHasScanDirective()
907 return Top ? Top->PrevScanLocation.isValid() : false; in doesParentHasScanDirective()
912 return Top ? Top->PrevScanLocation : SourceLocation(); in getParentScanDirectiveLoc()