Home
last modified time | relevance | path

Searched defs:AllowAtInIdentifier (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h63 bool AllowAtInIdentifier = false; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp800 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in parseDirectiveSymver() local