Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp95 static bool IsIdentifierChar(char c) { in IsIdentifierChar() function
104 if (*CurPtr == 'e' || *CurPtr == 'E' || !IsIdentifierChar(*CurPtr)) in LexIdentifier()
108 while (IsIdentifierChar(*CurPtr)) in LexIdentifier()