Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h51 bool AllowAtInIdentifier; variable
144 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
145 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
H A DELFAsmParser.cpp766 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local
769 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()