Searched defs:SpellingEnd (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Tooling/
H A DRefactoring.cpp128 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); local
130 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
133 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources,

Completed in 141 milliseconds