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.cpp209 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);
210 if (RegionLoc.isInvalid()) {
219 assert(RegionLoc.isFileID());
222 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);