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

Declarations

tools/clang/include/clang/Lex/Lexer.h
  726   bool isHexaLiteral(const char *Start, const LangOptions &LangOpts);

References

tools/clang/lib/Lex/Lexer.cpp
 1764     if (!LangOpts.MicrosoftExt || !isHexaLiteral(BufferPtr, LangOpts))
 1775       if (!isHexaLiteral(BufferPtr, LangOpts))