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

References

tools/clang/lib/Lex/Lexer.cpp
 1754   while (isPreprocessingNumberBody(C)) {
 1756     PrevCh = C;
 1757     C = getCharAndSize(CurPtr, Size);
 1761   if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) {
 1761   if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) {
 1769   if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) {
 1769   if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) {
 1786   if (C == '\'' && getLangOpts().CPlusPlus14) {
 1799   if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
 1801   if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr))