Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DError.cpp47 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() argument
48 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DError.h24 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg);
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.h73 void Warning(LocTy WarningLoc, const Twine &Msg) const;
H A DLLLexer.cpp34 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() argument
35 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()