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

References

lib/TableGen/TGLexer.cpp
  608       if (NextChar != PreprocessorDirs[ID].Word[I]) {
  613       NextChar = peekNextChar(I + 1);
  623       if (NextChar == ' ' || NextChar == '\t' || NextChar == EOF ||
  623       if (NextChar == ' ' || NextChar == '\t' || NextChar == EOF ||
  623       if (NextChar == ' ' || NextChar == '\t' || NextChar == EOF ||
  624           NextChar == '\n' ||
  628           NextChar == '\r')
  643       if (NextChar == '/') {
  644         NextChar = peekNextChar(I + 1);
  646         if (NextChar == '*' || NextChar == '/')
  646         if (NextChar == '*' || NextChar == '/')