Searched defs:SpellingEnd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 60 milliseconds