Home
last modified time | relevance | path

Searched refs:LLLexer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp28 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()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h28 class LLLexer {
49 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
H A DLLParser.h74 LLLexer::LocTy Loc;
106 typedef LLLexer::LocTy LocTy;
110 LLLexer OPLex;
111 LLLexer Lex;
/freebsd/lib/clang/libllvm/
H A DMakefile180 SRCS_MIN+= AsmParser/LLLexer.cpp