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

/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h190 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } function in class:llvm::MCAsmLexer
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp653 getLexer().setAllowAtInIdentifier(true);
655 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 93 milliseconds