Home | History | Annotate | Download | only in LD

Lines Matching defs:MsgHandler

1 //===- MsgHandler.h -------------------------------------------------------===//
22 /** \class MsgHandler
23 * \brief MsgHandler controls the timing to output message.
25 class MsgHandler
28 MsgHandler(DiagnosticEngine& pEngine);
29 ~MsgHandler();
48 inline const MsgHandler &
49 operator<<(const MsgHandler& pHandler, llvm::StringRef pStr)
55 inline const MsgHandler &
56 operator<<(const MsgHandler& pHandler, const std::string& pStr)
62 inline const MsgHandler &
63 operator<<(const MsgHandler& pHandler, const sys::fs::Path& pPath)
69 inline const MsgHandler &
70 operator<<(const MsgHandler& pHandler, const char* pStr)
77 inline const MsgHandler &
78 operator<<(const MsgHandler& pHandler, int pValue)
84 inline const MsgHandler &
85 operator<<(const MsgHandler& pHandler, unsigned int pValue)
91 inline const MsgHandler &
92 operator<<(const MsgHandler& pHandler, long pValue)
98 inline const MsgHandler &
99 operator<<(const MsgHandler& pHandler, unsigned long pValue)
105 inline const MsgHandler &
106 operator<<(const MsgHandler& pHandler, unsigned long long pValue)
112 inline const MsgHandler &
113 operator<<(const MsgHandler& pHandler, bool pValue)