Home
last modified time | relevance | path

Searched refs:setAllowAtInIdentifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp720 getLexer().setAllowAtInIdentifier(true); in parseDirectiveType()
722 make_scope_exit([&]() { getLexer().setAllowAtInIdentifier(AllowAt); }); in parseDirectiveType()
801 getLexer().setAllowAtInIdentifier(true); in parseDirectiveSymver()
803 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in parseDirectiveSymver()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h156 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier() function