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

  /external/clang/unittests/AST/
MatchVerifier.h 175 std::string MsgStr;
176 llvm::raw_string_ostream Msg(MsgStr);
220 std::string MsgStr;
221 llvm::raw_string_ostream Msg(MsgStr);
255 std::string MsgStr;
256 llvm::raw_string_ostream Msg(MsgStr);
282 std::string MsgStr;
283 llvm::raw_string_ostream Msg(MsgStr);
  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 117 const Twine &MsgStr;
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,
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,
137 MsgStr(MsgStr), Instr(nullptr) {
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 97 const Twine &MsgStr,
99 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),

Completed in 108 milliseconds