Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp142 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function
153 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
157 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()