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
165 int LLLexer::getNextChar() { in getNextChar()
181 lltok::Kind LLLexer::LexToken() { in LexToken()
246 void LLLexer::SkipLineComment() { in SkipLineComment()
257 lltok::Kind LLLexer::LexAt() { in LexAt()
261 lltok::Kind LLLexer::LexDollar() { in LexDollar()
299 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { in ReadString()
317 bool LLLexer::ReadVarName() { in ReadVarName()
336 lltok::Kind LLLexer::LexUIntID(lltok::Kind Token) { in LexUIntID()
350 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { in LexVar()
386 lltok::Kind LLLexer::LexPercent() { in LexPercent()
393 lltok::Kind LLLexer::LexQuote() { in LexQuote()
414 lltok::Kind LLLexer::LexExclaim() { in LexExclaim()
434 lltok::Kind LLLexer::LexCaret() { in LexCaret()
441 lltok::Kind LLLexer::LexHash() { in LexHash()
451 lltok::Kind LLLexer::LexIdentifier() { in LexIdentifier()
992 lltok::Kind LLLexer::Lex0x() { in Lex0x()
1060 lltok::Kind LLLexer::LexDigitOrNegative() { in LexDigitOrNegative()
1129 lltok::Kind LLLexer::LexPositive() { in LexPositive()