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

References

tools/clang/lib/Lex/Lexer.cpp
  728   if (Invalid || (CharNo == 0 && Lexer::isObviouslySimpleCharacter(*TokPtr)))
  736   while (Lexer::isObviouslySimpleCharacter(*TokPtr)) {
  739     ++TokPtr;
  748     Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
  749     TokPtr += Size;
  757   if (!Lexer::isObviouslySimpleCharacter(*TokPtr))
  758     PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
  758     PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;