Lines Matching refs:LLLexer
28 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()
45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
159 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, in LLLexer() function in LLLexer
166 int LLLexer::getNextChar() { in getNextChar()
182 lltok::Kind LLLexer::LexToken() { in LexToken()
247 void LLLexer::SkipLineComment() { in SkipLineComment()
258 lltok::Kind LLLexer::LexAt() { in LexAt()
262 lltok::Kind LLLexer::LexDollar() { in LexDollar()
300 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { in ReadString()
318 bool LLLexer::ReadVarName() { in ReadVarName()
337 lltok::Kind LLLexer::LexUIntID(lltok::Kind Token) { in LexUIntID()
351 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { in LexVar()
387 lltok::Kind LLLexer::LexPercent() { in LexPercent()
394 lltok::Kind LLLexer::LexQuote() { in LexQuote()
415 lltok::Kind LLLexer::LexExclaim() { in LexExclaim()
435 lltok::Kind LLLexer::LexCaret() { in LexCaret()
442 lltok::Kind LLLexer::LexHash() { in LexHash()
452 lltok::Kind LLLexer::LexIdentifier() { in LexIdentifier()
958 lltok::Kind LLLexer::Lex0x() { in Lex0x()
1026 lltok::Kind LLLexer::LexDigitOrNegative() { in LexDigitOrNegative()
1095 lltok::Kind LLLexer::LexPositive() { in LexPositive()