Home
last modified time | relevance | path

Searched refs:MsgStr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/AST/
H A DMatchVerifier.h202 std::string MsgStr; in verify() local
203 llvm::raw_string_ostream Msg(MsgStr); in verify()
247 std::string MsgStr; in verify() local
248 llvm::raw_string_ostream Msg(MsgStr); in verify()
282 std::string MsgStr; in verify() local
283 llvm::raw_string_ostream Msg(MsgStr); in verify()
309 std::string MsgStr; in verify() local
310 llvm::raw_string_ostream Msg(MsgStr); in verify()
H A DSourceLocationTest.cpp92 std::string MsgStr; in verify() local
93 llvm::raw_string_ostream Msg(MsgStr); in verify()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h143 const Twine &MsgStr; variable
151 DiagnosticInfoInlineAsm(const Twine &MsgStr,
153 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr) {} in DiagnosticInfo()
159 DiagnosticInfoInlineAsm(uint64_t LocCookie, const Twine &MsgStr,
162 MsgStr(MsgStr) {} in DiagnosticInfo()
169 DiagnosticInfoInlineAsm(const Instruction &I, const Twine &MsgStr,
173 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp51 const Twine &MsgStr, in DiagnosticInfoInlineAsm() argument
53 : DiagnosticInfo(DK_InlineAsm, Severity), MsgStr(MsgStr), Instr(&I) { in DiagnosticInfoInlineAsm()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp16596 const auto *MsgStr = cast<StringLiteral>(AssertMessage); in BuildStaticAssertDeclaration() local
16597 if (MsgStr->isOrdinary()) in BuildStaticAssertDeclaration()
16598 Msg << MsgStr->getString(); in BuildStaticAssertDeclaration()
16600 MsgStr->printPretty(Msg, nullptr, getPrintingPolicy()); in BuildStaticAssertDeclaration()