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

References

include/llvm/MC/MCParser/MCAsmLexer.h
  143   bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
  144   void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
lib/MC/MCParser/AsmLexer.cpp
   34   AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
  150     if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) ||
  155   while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))