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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1848 const char *SpellingEnd = SpellingPtr+TokLen;
1864 assert(SpellingPtr < SpellingEnd && "Missing ( for raw string literal");
1877 assert(SpellingPtr < SpellingEnd && "Didn't find byte offset!");
1890 unsigned Len = MeasureUCNEscape(SpellingStart, SpellingPtr, SpellingEnd,
1899 ProcessCharEscape(SpellingStart, SpellingPtr, SpellingEnd, HadError,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp138 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); local
140 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
143 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources, LangOpts);

Completed in 160 milliseconds