Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp41 uppRegion = upp->getRegionLoc(); in rangeIntersectsConditionalDirective()
43 return low->getRegionLoc() != uppRegion; in rangeIntersectsConditionalDirective()
60 return low->getRegionLoc(); in findConditionalDirectiveRegionLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h39 SourceLocation getRegionLoc() const { return RegionLoc; } in getRegionLoc() function