Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance
48 bool AllowAtInIdentifier = false; variable149 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()150 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer() 160 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier() 166 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
838 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() 841 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver() 836 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); ParseDirectiveSymver() local