Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance
51 bool AllowAtInIdentifier; variable144 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()145 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
766 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local769 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()