Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h679 bool doesAllowQuestionAtStartOfIdentifier() const { in doesAllowQuestionAtStartOfIdentifier() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmLexer.cpp843 if (MAI.doesAllowQuestionAtStartOfIdentifier()) in LexToken()