reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/LiteralSupport.cpp
 1843       assert(SpellingPtr < SpellingEnd && "Missing ( for raw string literal");
 1856     assert(SpellingPtr < SpellingEnd && "Didn't find byte offset!");
 1869       unsigned Len = MeasureUCNEscape(SpellingStart, SpellingPtr, SpellingEnd,
 1878       ProcessCharEscape(SpellingStart, SpellingPtr, SpellingEnd, HadError,