HomeSort by relevance Sort by last modified time
    Searched defs:MsgStr (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/AST/
MatchVerifier.h 160 std::string MsgStr;
161 llvm::raw_string_ostream Msg(MsgStr);
204 std::string MsgStr;
205 llvm::raw_string_ostream Msg(MsgStr);
239 std::string MsgStr;
240 llvm::raw_string_ostream Msg(MsgStr);
266 std::string MsgStr;
267 llvm::raw_string_ostream Msg(MsgStr);
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 104 const Twine &MsgStr;
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,
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,
124 MsgStr(MsgStr), Instr(nullptr) {
    [all...]

Completed in 507 milliseconds