Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h33 SourceLocation RegionLoc; variable
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc) in CondDirectiveLoc() argument
37 : Loc(Loc), RegionLoc(RegionLoc) {} in CondDirectiveLoc()
40 SourceLocation getRegionLoc() const { return RegionLoc; } in getRegionLoc()
/external/clang/tools/libclang/
DIndexing.cpp189 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc); in getRegion() local
190 if (RegionLoc.isInvalid()) { in getRegion()
199 assert(RegionLoc.isFileID()); in getRegion()
202 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc); in getRegion()