Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp142 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() argument
144 (c == '@' && AllowAt) || c == '?'; in IsIdentifierChar()