OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLocationOffsetAndFileID
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Rewrite/Core/
Rewriter.cpp
136
StartOff =
getLocationOffsetAndFileID
(Range.getBegin(), StartFileID);
137
EndOff =
getLocationOffsetAndFileID
(Range.getEnd(), EndFileID);
179
StartOff =
getLocationOffsetAndFileID
(Range.getBegin(), StartFileID);
180
EndOff =
getLocationOffsetAndFileID
(Range.getEnd(), EndFileID);
216
unsigned Rewriter::
getLocationOffsetAndFileID
(SourceLocation Loc,
246
unsigned StartOffs =
getLocationOffsetAndFileID
(Loc, FID);
286
unsigned StartOffs =
getLocationOffsetAndFileID
(Loc, FID);
299
unsigned StartOffs =
getLocationOffsetAndFileID
(Start, FID);
311
unsigned StartOffs =
getLocationOffsetAndFileID
(Start, StartFileID);
325
unsigned newOffs =
getLocationOffsetAndFileID
(replacementRange.getBegin()
[
all
...]
/external/clang/include/clang/Rewrite/Core/
Rewriter.h
295
unsigned
getLocationOffsetAndFileID
(SourceLocation Loc, FileID &FID) const;
Completed in 84 milliseconds