HomeSort by relevance Sort by last modified time
    Searched refs:RegionLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 33 SourceLocation RegionLoc;
36 CondDirectiveLoc(SourceLocation Loc, SourceLocation RegionLoc)
37 : Loc(Loc), RegionLoc(RegionLoc) {}
40 SourceLocation getRegionLoc() const { return RegionLoc; }
  /external/clang/tools/libclang/
Indexing.cpp 189 SourceLocation RegionLoc = PPRec.findConditionalDirectiveRegionLoc(Loc);
190 if (RegionLoc.isInvalid()) {
199 assert(RegionLoc.isFileID());
202 std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(RegionLoc);
    [all...]

Completed in 1172 milliseconds