Lines Matching refs:LLLexer
29 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
34 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()
46 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
60 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
75 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
96 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
160 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, in LLLexer() function in LLLexer
167 int LLLexer::getNextChar() { in getNextChar()
183 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()
338 lltok::Kind LLLexer::LexUIntID(lltok::Kind Token) { in LexUIntID()
352 lltok::Kind LLLexer::LexVar(lltok::Kind Var, lltok::Kind VarID) { in LexVar()
388 lltok::Kind LLLexer::LexPercent() { in LexPercent()
395 lltok::Kind LLLexer::LexQuote() { in LexQuote()
416 lltok::Kind LLLexer::LexExclaim() { in LexExclaim()
436 lltok::Kind LLLexer::LexCaret() { in LexCaret()
443 lltok::Kind LLLexer::LexHash() { in LexHash()
453 lltok::Kind LLLexer::LexIdentifier() { in LexIdentifier()
968 lltok::Kind LLLexer::Lex0x() { in Lex0x()
1030 lltok::Kind LLLexer::LexDigitOrNegative() { in LexDigitOrNegative()
1089 lltok::Kind LLLexer::LexPositive() { in LexPositive()