Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 222) sorted by relevance

123456789

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h87 struct Message { struct
88 MachMessage exc_msg; argument
89 MachMessage reply_msg; argument
92 Message() : state() { in Message() argument
103 typedef std::vector<Message> collection; argument
104 typedef collection::iterator iterator;
105 typedef collection::const_iterator const_iterator;
H A DGenealogy.h45 struct Message { struct
57 typedef std::vector<Message> MessageList; argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-asm-attribute-neg-test.m17 @interface Message <Protocol> { interface in objc_runtime_name
24 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}}
26 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}}
38 - (id) MyMethod __attribute__((objc_runtime_name("MySecretNamespace.Message"))) {
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf()
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf()
113 Marshaller::fromProtobuf(const RefsRequest *Message) { in fromProtobuf()
130 Marshaller::fromProtobuf(const RelationsRequest *Message) { in fromProtobuf()
144 llvm::Expected<clangd::Symbol> Marshaller::fromProtobuf(const Symbol &Message) { in fromProtobuf()
183 llvm::Expected<clangd::Ref> Marshaller::fromProtobuf(const Ref &Message) { in fromProtobuf()
196 Marshaller::fromProtobuf(const Relation &Message) { in fromProtobuf()
347 Marshaller::fromProtobuf(const Position &Message) { in fromProtobuf()
362 clang::index::SymbolInfo Marshaller::fromProtobuf(const SymbolInfo &Message) { in fromProtobuf()
382 Marshaller::fromProtobuf(const SymbolLocation &Message) { in fromProtobuf()
[all …]
/llvm-project-15.0.7/bolt/lib/Utils/
H A DUtils.cpp22 void report_error(StringRef Message, std::error_code EC) { in report_error()
28 void report_error(StringRef Message, Error E) { in report_error()
35 void check_error(std::error_code EC, StringRef Message) { in check_error()
41 void check_error(Error E, Twine Message) { in check_error()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h105 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
110 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DLogger.cpp32 const llvm::formatv_object_base &Message) { in logImpl()
51 const llvm::formatv_object_base &Message) { in log()
66 std::string Message; member in clang::clangd::__anonc2f525170211::SimpleStringError
69 SimpleStringError(std::error_code EC, std::string &&Message) in SimpleStringError()
/llvm-project-15.0.7/clang/lib/Tooling/Core/
H A DDiagnostic.cpp21 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message) in DiagnosticMessage()
24 DiagnosticMessage::DiagnosticMessage(llvm::StringRef Message, in DiagnosticMessage()
54 const DiagnosticMessage &Message, in Diagnostic()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h188 Message(ProvenanceRange pr, const MessageFixedText &t) in Message() function
190 Message(ProvenanceRange pr, const MessageFormattedText &s) in Message() function
192 Message(ProvenanceRange pr, MessageFormattedText &&s) in Message() function
194 Message(ProvenanceRange pr, const MessageExpectedText &t) in Message() function
197 Message(CharBlock csr, const MessageFixedText &t) in Message() function
199 Message(CharBlock csr, const MessageFormattedText &s) in Message() function
201 Message(CharBlock csr, MessageFormattedText &&s) in Message() function
203 Message(CharBlock csr, const MessageExpectedText &t) in Message() function
207 Message(RANGE r, const MessageFixedText &t, A &&x, As &&...xs) in Message() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/platform_specific/
H A Dutilities_posix.cpp20 void die(const char *Message) { in die()
H A Dutilities_fuchsia.cpp15 void die(const char *Message) { in die()
/llvm-project-15.0.7/bolt/tools/heatmap/
H A Dheatmap.cpp29 static void report_error(StringRef Message, std::error_code EC) { in report_error()
35 static void report_error(StringRef Message, Error E) { in report_error()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DError.h36 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-asm-attribute-test.m21 @interface Message <Protocol, Protocol2> { interface
31 @implementation Message implementation
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp23 std::string Message; in encodeError() local
95 void sendMessage(json::Value Message) { in sendMessage()
106 bool XPCTransport::handleMessage(json::Value Message, MessageHandler &Handler) { in handleMessage()
/llvm-project-15.0.7/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c28 char *Message; in llvm_parse_ir() local
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h156 struct Message { struct
157 SourceRange Range;
158 ErrorType Type;
159 std::vector<std::string> Args;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp89 StringRef Message, in emitDiagnostic()
149 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote()
447 llvm::raw_svector_ostream Message(MessageStorage); in emitSingleMacroExpansion() local
585 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local
603 llvm::raw_svector_ostream Message(MessageStorage); in emitIncludeLocation() local
614 llvm::raw_svector_ostream Message(MessageStorage); in emitImportLocation() local
628 llvm::raw_svector_ostream Message(MessageStorage); in emitBuildingModuleLocation() local
H A DTestModuleFileExtension.cpp35 SmallString<64> Message; in writeExtensionContents() local
78 StringRef Message = Blob.substr(0, Record[0]); in Reader() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DPrettyStackTrace.h29 const char *Message; variable
/llvm-project-15.0.7/clang/test/CodeGen/
H A Davailable-externally-hidden.cpp11 class Message{}; class
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconstructor-convert.cpp9 static void error(const Twine &Message) {} in error()
/llvm-project-15.0.7/clang/include/clang/Tooling/Core/
H A DDiagnostic.h54 std::string Message; member
88 DiagnosticMessage Message; member

123456789