Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance
63 bool AllowAtInIdentifier = false; variable155 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()156 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
114 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@") && in AsmLexer()240 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier()246 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
800 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in parseDirectiveSymver() local803 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in parseDirectiveSymver()