Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h152 void setAllowHashInIdentifier(bool V) { AllowHashInIdentifier = V; } in setAllowHashInIdentifier() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp741 Lexer.setAllowHashInIdentifier(true); in HLASMAsmParser()