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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h50 bool AllowAtInIdentifier; member in class:llvm::MCAsmLexer
143 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
144 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp34 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
152 if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) ||
157 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
H A DELFAsmParser.cpp785 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); local
788 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 76 milliseconds