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

/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp97 const Twine &MsgStr,
99 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
96 DiagnosticInfoInlineAsm(const Instruction &I, const Twine &MsgStr, DiagnosticSeverity Severity) argument
/external/clang/unittests/AST/
H A DMatchVerifier.h175 std::string MsgStr; variable
176 llvm::raw_string_ostream Msg(MsgStr);
220 std::string MsgStr; variable
221 llvm::raw_string_ostream Msg(MsgStr);
255 std::string MsgStr; variable
256 llvm::raw_string_ostream Msg(MsgStr);
282 std::string MsgStr; variable
283 llvm::raw_string_ostream Msg(MsgStr);
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h117 const Twine &MsgStr; member in class:llvm::DiagnosticInfoInlineAsm
122 /// \p MsgStr is the message to be reported to the frontend.
123 /// This class does not copy \p MsgStr, therefore the reference must be valid
125 DiagnosticInfoInlineAsm(const Twine &MsgStr, argument
127 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
131 /// \p MsgStr gives the message.
132 /// This class does not copy \p MsgStr, therefore the reference must be valid
134 DiagnosticInfoInlineAsm(unsigned LocCookie, const Twine &MsgStr, argument
137 MsgStr(MsgSt
[all...]

Completed in 115 milliseconds