Searched refs:MsgStr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h104 const Twine &MsgStr; member in class:llvm::DiagnosticInfoInlineAsm
109 /// \p MsgStr is the message to be reported to the frontend.
110 /// This class does not copy \p MsgStr, therefore the reference must be valid
112 DiagnosticInfoInlineAsm(const Twine &MsgStr, argument
114 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
118 /// \p MsgStr gives the message.
119 /// This class does not copy \p MsgStr, therefore the reference must be valid
121 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
124 MsgStr(MsgSt
[all...]
/external/clang/unittests/AST/
H A DMatchVerifier.h160 std::string MsgStr; local
161 llvm::raw_string_ostream Msg(MsgStr);
204 std::string MsgStr; local
205 llvm::raw_string_ostream Msg(MsgStr);
239 std::string MsgStr; local
240 llvm::raw_string_ostream Msg(MsgStr);
266 std::string MsgStr; local
267 llvm::raw_string_ostream Msg(MsgStr);
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp95 const Twine &MsgStr,
97 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
94 DiagnosticInfoInlineAsm(const Instruction &I, const Twine &MsgStr, DiagnosticSeverity Severity) argument

Completed in 1223 milliseconds