Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h663 bool doesAllowQuestionAtStartOfIdentifier() const { in doesAllowQuestionAtStartOfIdentifier() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp780 (MAI.doesAllowQuestionAtStartOfIdentifier() && CurChar == '?')) in LexToken()