| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachException.h | 87 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 D | Genealogy.h | 45 struct Message { struct 57 typedef std::vector<Message> MessageList; argument
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objc-asm-attribute-neg-test.m | 17 @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 D | Marshalling.cpp | 79 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 D | Utils.cpp | 22 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 D | gtest-message.h | 105 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 D | Logger.cpp | 32 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 D | Diagnostic.cpp | 21 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 D | message.h | 188 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 D | SymbolRemappingReader.h | 72 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 D | utilities_posix.cpp | 20 void die(const char *Message) { in die()
|
| H A D | utilities_fuchsia.cpp | 15 void die(const char *Message) { in die()
|
| /llvm-project-15.0.7/bolt/tools/heatmap/ |
| H A D | heatmap.cpp | 29 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 D | Error.h | 36 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/ |
| H A D | utilities.h | 21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | objc-asm-attribute-test.m | 21 @interface Message <Protocol, Protocol2> { interface 31 @implementation Message implementation
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/xpc/ |
| H A D | XPCTransport.cpp | 23 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 D | irreader_ocaml.c | 28 char *Message; in llvm_parse_ir() local
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 156 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 D | DiagnosticRenderer.cpp | 89 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 D | TestModuleFileExtension.cpp | 35 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 D | PrettyStackTrace.h | 29 const char *Message; variable
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | available-externally-hidden.cpp | 11 class Message{}; class
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | constructor-convert.cpp | 9 static void error(const Twine &Message) {} in error()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 54 std::string Message; member 88 DiagnosticMessage Message; member
|