Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h63 bool AllowAtInIdentifier = false; variable
155 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
156 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp114 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).starts_with("@") && in AsmLexer()
240 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier()
246 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
H A DELFAsmParser.cpp800 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in parseDirectiveSymver() local
803 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in parseDirectiveSymver()