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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  743   uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);

References

tools/clang/lib/Lex/Lexer.cpp
 1594   uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr);
 3866       if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) {