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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp1554 const char *SpellingEnd = SpellingPtr+TokLen;
1570 assert(SpellingPtr < SpellingEnd && "Missing ( for raw string literal");
1583 assert(SpellingPtr < SpellingEnd && "Didn't find byte offset!");
1596 unsigned Len = MeasureUCNEscape(SpellingStart, SpellingPtr, SpellingEnd,
1605 ProcessCharEscape(SpellingStart, SpellingPtr, SpellingEnd, HadError,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoring.cpp126 SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd()); local
128 std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
131 End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources,

Completed in 50 milliseconds