Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h682 bool doesAllowAtAtStartOfIdentifier() const { in doesAllowAtAtStartOfIdentifier() function
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp835 if (MAI.doesAllowAtAtStartOfIdentifier()) in LexToken()