Home
last modified time | relevance | path

Searched refs:AllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h48 bool AllowAtInIdentifier = false; variable
149 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
150 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@"); in AsmLexer()
160 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier()
166 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
H A DELFAsmParser.cpp838 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver()
841 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()
836 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); ParseDirectiveSymver() local