Searched refs:PrintMessage (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DError.cpp26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, function in namespace:llvm
36 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
38 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
43 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
47 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
55 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
59 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
/freebsd-11.0-release/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp53 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]),
66 SM.PrintMessage(SMLoc::getFromPointer(Bytes.second[Index]),
117 SM.PrintMessage(SMLoc::getFromPointer(Value.data()), SourceMgr::DK_Error,
179 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
188 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
206 SM.PrintMessage(SMLoc::getFromPointer(Str.data()), SourceMgr::DK_Error,
H A Dllvm-mc.cpp256 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning,
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp63 SrcMgr.PrintMessage(Tag.getLoc().front(),
H A DClangDiagnosticsEmitter.cpp246 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
253 SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
268 SrcMgr.PrintMessage(NextDiagGroup->getLoc().front(),
277 SrcMgr.PrintMessage(GroupInit->getDef()->getLoc().front(),
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h45 /// It gets called each time PrintMessage is invoked.
87 /// Specify a diagnostic handler to be invoked every time PrintMessage is
161 void PrintMessage(raw_ostream &OS, SMLoc Loc, DiagKind Kind,
168 void PrintMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
177 void PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic,
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSourceMgr.cpp198 void SourceMgr::PrintMessage(raw_ostream &OS, const SMDiagnostic &Diagnostic, function in class:SourceMgr
215 void SourceMgr::PrintMessage(raw_ostream &OS, SMLoc Loc, function in class:SourceMgr
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
222 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, function in class:SourceMgr
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
H A DYAMLParser.cpp279 SM.PrintMessage(Loc, Kind, Message, Ranges, /* FixIts= */ None, ShowColors);
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCContext.cpp490 SrcMgr->PrintMessage(Loc, SourceMgr::DK_Error, Msg);
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp38 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DVirtualFileSystem.cpp1219 SM.PrintMessage(SMLoc(), SourceMgr::DK_Error, "expected root node");
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp302 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3690 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,

Completed in 144 milliseconds