Lines Matching refs:LLLexer
32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()
49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
166 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer
172 int LLLexer::getNextChar() { in getNextChar()
189 lltok::Kind LLLexer::LexToken() { in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment()
259 lltok::Kind LLLexer::LexAt() { in LexAt()
263 lltok::Kind LLLexer::LexDollar() { in LexDollar()
301 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { in ReadString()
319 bool LLLexer::ReadVarName() { in ReadVarName()
336 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { in LexVar()
382 lltok::Kind LLLexer::LexPercent() { in LexPercent()
389 lltok::Kind LLLexer::LexQuote() { in LexQuote()
410 lltok::Kind LLLexer::LexExclaim() { in LexExclaim()
430 lltok::Kind LLLexer::LexHash() { in LexHash()
451 lltok::Kind LLLexer::LexIdentifier() { in LexIdentifier()
810 lltok::Kind LLLexer::Lex0x() { in Lex0x()
871 lltok::Kind LLLexer::LexDigitOrNegative() { in LexDigitOrNegative()
941 lltok::Kind LLLexer::LexPositive() { in LexPositive()