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

References

lib/AsmParser/LLLexer.cpp
  461     if (!KeywordEnd && !isalnum(static_cast<unsigned char>(*CurPtr)) &&
  463       KeywordEnd = CurPtr;
  489   if (!KeywordEnd) KeywordEnd = CurPtr;
  489   if (!KeywordEnd) KeywordEnd = CurPtr;
  490   CurPtr = KeywordEnd;