Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h692 bool doesAllowQuestionAtStartOfIdentifier() const { in doesAllowQuestionAtStartOfIdentifier() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp844 if (MAI.doesAllowQuestionAtStartOfIdentifier()) in LexToken()