Home
last modified time | relevance | path

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

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