Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp148 static bool isIdentifierChar(char C, bool AllowAt, bool AllowHash) { in isIdentifierChar() argument
150 (AllowAt && C == '@') || (AllowHash && C == '#'); in isIdentifierChar()