Home
last modified time | relevance | path

Searched refs:useAtForSpecifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h656 bool useAtForSpecifier() const { return UseAtForSpecifier; } in useAtForSpecifier() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp115 MAI.useAtForSpecifier(); in AsmLexer()
H A DAsmParser.cpp1180 if (MAI.useAtForSpecifier()) { in parsePrimaryExpr()