Home
last modified time | relevance | path

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

12345678910

/llvm-project/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/mlir/lib/Query/Matcher/
H A DDiagnostics.h62 struct Message { struct
70 void printMessage(const ErrorContent::Message &message, argument
/llvm-project/clang/test/SemaObjC/
H A Dobjc-asm-attribute-neg-test.m16 @interface Message <Protocol> { interface in objc_runtime_name
23 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}}
25 …"MySecretNamespace.Message"))); // expected-error {{'objc_runtime_name' attribute only applies to}}
37 - (id) MyMethod __attribute__((objc_runtime_name("MySecretNamespace.Message"))) {
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp79 Marshaller::fromProtobuf(const LookupRequest *Message) { in fromProtobuf() argument
89 Marshaller::fromProtobuf(const FuzzyFindRequest *Message) { in fromProtobuf() argument
113 fromProtobuf(const RefsRequest * Message) fromProtobuf() argument
130 fromProtobuf(const RelationsRequest * Message) fromProtobuf() argument
144 fromProtobuf(const Symbol & Message) fromProtobuf() argument
183 fromProtobuf(const Ref & Message) fromProtobuf() argument
196 fromProtobuf(const Relation & Message) fromProtobuf() argument
347 fromProtobuf(const Position & Message) fromProtobuf() argument
362 fromProtobuf(const SymbolInfo & Message) fromProtobuf() argument
382 fromProtobuf(const SymbolLocation & Message) fromProtobuf() argument
423 fromProtobuf(const HeaderWithReferences & Message) fromProtobuf() argument
[all...]
/llvm-project/bolt/lib/Utils/
H A DUtils.cpp22 void report_error(StringRef Message, std::error_code EC) { in report_error() argument
28 void report_error(StringRef Message, Error E) { in report_error() argument
35 void check_error(std::error_code EC, StringRef Message) { in check_error() argument
41 void check_error(Error E, Twine Message) { in check_error() argument
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-message.h112 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function
117 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function
/llvm-project/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::__anonaf7ab55a0211::SimpleStringError
69 SimpleStringError(std::error_code EC, std::string &&Message) in SimpleStringError()
/llvm-project/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/flang/include/flang/Parser/
H A Dmessage.h196 Message(ProvenanceRange pr, const MessageFixedText &t) Message() function
198 Message(ProvenanceRange pr, const MessageFormattedText &s) Message() function
200 Message(ProvenanceRange pr, MessageFormattedText &&s) Message() function
202 Message(ProvenanceRange pr, const MessageExpectedText &t) Message() function
205 Message(CharBlock csr, const MessageFixedText &t) Message() function
207 Message(CharBlock csr, const MessageFormattedText &s) Message() function
209 Message(CharBlock csr, MessageFormattedText &&s) Message() function
211 Message(CharBlock csr, const MessageExpectedText &t) Message() function
215 Message(RANGE r, const MessageFixedText &t, A &&x, As &&...xs) Message() function
[all...]
/llvm-project/llvm/include/llvm/ProfileData/
H A DSymbolRemappingReader.h72 SymbolRemappingParseError(StringRef File, int64_t Line, const Twine &Message) in SymbolRemappingParseError()
91 std::string Message; variable
/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dutilities_fuchsia.cpp15 die(const char * Message) die() argument
H A Dutilities_posix.cpp20 die(const char * Message) die() argument
/llvm-project/bolt/tools/heatmap/
H A Dheatmap.cpp37 static void report_error(StringRef Message, std::error_code EC) { in report_error()
43 static void report_error(StringRef Message, Error E) { in report_error()
/llvm-project/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp24 std::string Message; in encodeError() local
96 void sendMessage(json::Value Message) { in sendMessage()
107 bool XPCTransport::handleMessage(json::Value Message, MessageHandler &Handler) { in handleMessage()
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 check(bool Condition,const char * Message) check() argument
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DError.h35 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc-asm-attribute-test.m24 @interface Message <Protocol, Protocol2> { interface
34 @implementation Message implementation
/llvm-project/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/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c29 char *Message; in llvm_parse_ir() local
/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp88 StringRef Message, in emitDiagnostic() argument
148 emitBasicNote(StringRef Message) emitBasicNote() argument
446 llvm::raw_svector_ostream Message(MessageStorage); emitSingleMacroExpansion() local
582 llvm::raw_svector_ostream Message(MessageStorage); emitMacroExpansions() local
600 llvm::raw_svector_ostream Message(MessageStorage); emitIncludeLocation() local
611 llvm::raw_svector_ostream Message(MessageStorage); emitImportLocation() local
625 llvm::raw_svector_ostream Message(MessageStorage); emitBuildingModuleLocation() local
[all...]
H A DTestModuleFileExtension.cpp35 SmallString<64> Message; in writeExtensionContents() local
78 StringRef Message = Blob.substr(0, Record[0]); in Reader() local
/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h29 const char *Message; variable
/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h54 std::string Message; member
88 DiagnosticMessage Message; member
/llvm-project/clang/test/CodeGen/
H A Davailable-externally-hidden.cpp11 class Message{}; class

12345678910