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

  /external/clang/lib/Rewrite/
Rewriter.cpp 127 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID);
128 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
170 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID);
171 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
207 unsigned Rewriter::getLocationOffsetAndFileID(SourceLocation Loc,
237 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
277 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
290 unsigned StartOffs = getLocationOffsetAndFileID(Start, FID);
302 unsigned StartOffs = getLocationOffsetAndFileID(Start, StartFileID);
316 unsigned newOffs = getLocationOffsetAndFileID(replacementRange.getBegin()
    [all...]
  /external/clang/include/clang/Rewrite/
Rewriter.h 283 unsigned getLocationOffsetAndFileID(SourceLocation Loc, FileID &FID) const;

Completed in 70 milliseconds