Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h666 bool doesAllowAtAtStartOfIdentifier() const { in doesAllowAtAtStartOfIdentifier() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp833 if (MAI.doesAllowAtAtStartOfIdentifier()) in LexToken()