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

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

Completed in 60 milliseconds