Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance
132 bool AllowAtInIdentifier; variable189 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()190 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()153 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()157 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
652 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local655 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()