Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h32 SourceLocation RegionLoc; variable
35 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc() argument
36 : Loc(Loc), RegionLoc(RegionLoc) {} in CondDirectiveLoc()
39 SourceLocation getRegionLoc() const { return RegionLoc; } in getRegionLoc()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp212 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc); in getRegion() local
213 assert(RegionLoc.isFileID()); in getRegion()
214 if (RegionLoc.isInvalid()) in getRegion()
220 PPRec.getSourceManager().getDecomposedLoc(RegionLoc); in getRegion()