/llvm-project/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/mlir/lib/Query/Matcher/ |
H A D | Diagnostics.h | 62 struct Message { struct 70 void printMessage(const ErrorContent::Message &message, argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | objc-asm-attribute-neg-test.m | 16 @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 D | Marshalling.cpp | 79 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 D | Utils.cpp | 22 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 D | gtest-message.h | 112 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 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::__anonaf7ab55a0211::SimpleStringError 69 SimpleStringError(std::error_code EC, std::string &&Message) in SimpleStringError()
|
/llvm-project/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/flang/include/flang/Parser/ |
H A D | message.h | 196 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 D | SymbolRemappingReader.h | 72 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 D | utilities_fuchsia.cpp | 15 die(const char * Message) die() argument
|
H A D | utilities_posix.cpp | 20 die(const char * Message) die() argument
|
/llvm-project/bolt/tools/heatmap/ |
H A D | heatmap.cpp | 37 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 D | XPCTransport.cpp | 24 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 D | utilities.h | 21 check(bool Condition,const char * Message) check() argument
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | Error.h | 35 inline void verbose(const Twine &Message, bool Verbose) { in verbose()
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc-asm-attribute-test.m | 24 @interface Message <Protocol, Protocol2> { interface 34 @implementation Message implementation
|
/llvm-project/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/llvm/bindings/ocaml/irreader/ |
H A D | irreader_ocaml.c | 29 char *Message; in llvm_parse_ir() local
|
/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 88 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 D | TestModuleFileExtension.cpp | 35 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 D | PrettyStackTrace.h | 29 const char *Message; variable
|
/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 54 std::string Message; member 88 DiagnosticMessage Message; member
|
/llvm-project/clang/test/CodeGen/ |
H A D | available-externally-hidden.cpp | 11 class Message{}; class
|