Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DError.cpp91 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg) { in PrintWarning() argument
92 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in PrintWarning()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DError.h31 void PrintWarning(ArrayRef<SMLoc> WarningLoc, const Twine &Msg);
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h72 void Warning(LocTy WarningLoc, const Twine &Msg) const;
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() argument
34 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg); in Warning()