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

References

lib/TableGen/TGLexer.cpp
  216         NextChar = peekNextChar(i++);
  217       } while (isdigit(NextChar));
  219       if (NextChar == 'x' || NextChar == 'b') {
  219       if (NextChar == 'x' || NextChar == 'b') {
  227           if (NextChar == 'b')
  234           if (NextChar == 'x')
  241     if (isalpha(NextChar) || NextChar == '_')
  241     if (isalpha(NextChar) || NextChar == '_')