Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance
50 bool AllowAtInIdentifier; variable151 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()152 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()160 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier()166 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
810 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local813 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()