Searched refs:SpellingEnd (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Tooling/Core/ |
D | Replacement.cpp | 123 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); in getRangeSize() local 125 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd); in getRangeSize() 128 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources, LangOpts); in getRangeSize()
|
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 1639 const char *SpellingEnd = SpellingPtr+TokLen; in getOffsetOfStringByte() local 1655 assert(SpellingPtr < SpellingEnd && "Missing ( for raw string literal"); in getOffsetOfStringByte() 1668 assert(SpellingPtr < SpellingEnd && "Didn't find byte offset!"); in getOffsetOfStringByte() 1681 unsigned Len = MeasureUCNEscape(SpellingStart, SpellingPtr, SpellingEnd, in getOffsetOfStringByte() 1690 ProcessCharEscape(SpellingStart, SpellingPtr, SpellingEnd, HadError, in getOffsetOfStringByte()
|