Searched defs:PrintMessage (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/TableGen/
H A DError.cpp23 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, function in namespace:llvm
28 SrcMgr.PrintMessage(Loc.front(), Kind, Msg);
30 SrcMgr.PrintMessage(Loc[i], SourceMgr::DK_Note,
35 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
39 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg);
51 PrintMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
55 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
/external/llvm/lib/Support/
H A DSourceMgr.cpp208 void SourceMgr::PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, function in class:SourceMgr
/external/protobuf/python/google/protobuf/
H A Dtext_format.py42 __all__ = [ 'MessageToString', 'PrintMessage', 'PrintField',
58 PrintMessage(message, out)
64 def PrintMessage(message, out, indent = 0): function
109 PrintMessage(value, out, indent + 2)
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc609 PrintMessage(*file_->message_type(i));
621 void Generator::PrintMessage( function in class:google::protobuf::compiler::python::Generator
642 // Mutually recursive with PrintMessage().
647 PrintMessage(*containing_descriptor.nested_type(i));
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp193 void PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, function in class:__anon8790::AsmParser
195 SrcMgr.PrintMessage(Loc, Kind, Msg, Ranges);
453 PrintMessage((*it)->InstantiationLoc, SourceMgr::DK_Note,
460 PrintMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
467 PrintMessage(L, SourceMgr::DK_Error, Msg, Ranges);
585 PrintMessage(getLexer().getLoc(), SourceMgr::DK_Error,
1330 PrintMessage(IDLoc, SourceMgr::DK_Note, OS.str());
1414 // Like SourceMgr::PrintMessage() we need to print the include stack if any

Completed in 134 milliseconds