Searched refs:AllowAtInIdentifier (Results 1 – 6 of 6) sorted by relevance
50 bool AllowAtInIdentifier; variable143 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()144 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()
34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()150 if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) || in LexIdentifier()155 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
769 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local772 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()