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

Declarations

tools/clang/include/clang/Lex/LiteralSupport.h
  134   void checkSeparator(SourceLocation TokLoc, const char *Pos,

References

tools/clang/lib/Lex/LiteralSupport.cpp
  571   checkSeparator(TokLoc, s, CSK_AfterDigits);
  766     checkSeparator(TokLoc, s, CSK_AfterDigits);
  770     checkSeparator(TokLoc, s, CSK_BeforeDigits);
  774     checkSeparator(TokLoc, s, CSK_AfterDigits);
  782       checkSeparator(TokLoc, s, CSK_BeforeDigits);
  869         checkSeparator(TokLoc, floatDigitsBegin, CSK_BeforeDigits);
  883       checkSeparator(TokLoc, s, CSK_AfterDigits);
  897       checkSeparator(TokLoc, s, CSK_BeforeDigits);