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

References

tools/clang/lib/Lex/Lexer.cpp
 1703   C = getCharAndSize(CurPtr, Size);
 1712       CurPtr = ConsumeChar(CurPtr, Size, Result);
 1713       C = getCharAndSize(CurPtr, Size);
 1715     } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {
 1716       C = getCharAndSize(CurPtr, Size);
 1719       C = getCharAndSize(CurPtr, Size);
 1726     CurPtr = ConsumeChar(CurPtr, Size, Result);
 1728     C = getCharAndSize(CurPtr, Size);
 1730       CurPtr = ConsumeChar(CurPtr, Size, Result);
 1731       C = getCharAndSize(CurPtr, Size);