Searched refs:getLocationOffsetAndFileID (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp132 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID);
133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
175 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID);
176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID);
212 unsigned Rewriter::getLocationOffsetAndFileID(SourceLocation Loc, function in class:Rewriter
242 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
282 unsigned StartOffs = getLocationOffsetAndFileID(Loc, FID);
295 unsigned StartOffs = getLocationOffsetAndFileID(Start, FID);
307 unsigned StartOffs = getLocationOffsetAndFileID(Start, StartFileID);
321 unsigned newOffs = getLocationOffsetAndFileID(replacementRang
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriter.h294 unsigned getLocationOffsetAndFileID(SourceLocation Loc, FileID &FID) const;

Completed in 154 milliseconds