Searched refs:AllowAtInIdentifier (Results 1 – 6 of 6) sorted by relevance
51 bool AllowAtInIdentifier; variable152 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()153 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
138 bool AllowAtInIdentifier; variable221 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()222 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()143 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()147 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
650 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local653 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()
35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
763 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local766 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()