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

References

tools/clang/lib/Lex/LiteralSupport.cpp
 1546       Lexer::getSpelling(StringToks[i], ThisTokBuf, SM, Features,
 1647       if (Features.PascalStrings && ThisTokBuf + 1 != ThisTokEnd &&
 1678                           CharByteWidth, Diags, Features);
 1685                             CharByteWidth*8, Diags, Features);
 1735     unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
 1735     unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
 1741         << (Features.CPlusPlus ? 2 : Features.C99 ? 1 : 0)
 1741         << (Features.CPlusPlus ? 2 : Features.C99 ? 1 : 0)
 1780       Diag(Diags, Features, SourceLoc, TokBegin,
 1796       Builder << MakeCharSourceRange(Features, SourceLoc, TokBegin,
 1821   unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features,
 1870                                       1, Features, HadError);
 1880                         CharByteWidth*8, Diags, Features);