reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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))