Lines Matching refs:LLLexer
31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
44 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
58 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
79 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
110 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer
194 std::string LLLexer::getFilename() const { in getFilename()
198 int LLLexer::getNextChar() { in getNextChar()
215 lltok::Kind LLLexer::LexToken() { in LexToken()
279 void LLLexer::SkipLineComment() { in SkipLineComment()
290 lltok::Kind LLLexer::LexAt() { in LexAt()
330 lltok::Kind LLLexer::ReadString(lltok::Kind kind) { in ReadString()
348 bool LLLexer::ReadVarName() { in ReadVarName()
367 lltok::Kind LLLexer::LexPercent() { in LexPercent()
396 lltok::Kind LLLexer::LexQuote() { in LexQuote()
412 lltok::Kind LLLexer::LexExclaim() { in LexExclaim()
433 lltok::Kind LLLexer::LexIdentifier() { in LexIdentifier()
696 lltok::Kind LLLexer::Lex0x() { in Lex0x()
753 lltok::Kind LLLexer::LexDigitOrNegative() { in LexDigitOrNegative()
821 lltok::Kind LLLexer::LexPositive() { in LexPositive()