Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 25 of 129) sorted by relevance

123456

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DLSPBinder.h133 void LSPBinder::method(llvm::StringLiteral Method, ThisT *This, in method()
146 void LSPBinder::notification(llvm::StringLiteral Method, ThisT *This, in notification()
158 void LSPBinder::command(llvm::StringLiteral Method, ThisT *This, in command()
171 llvm::StringLiteral Method; variable
173 UntypedOutgoingNotification(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingNotification()
186 LSPBinder::outgoingNotification(llvm::StringLiteral Method) { in outgoingNotification()
191 llvm::StringLiteral Method; variable
193 UntypedOutgoingMethod(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingMethod()
216 LSPBinder::outgoingMethod(llvm::StringLiteral Method) { in outgoingMethod()
H A DPathMapping.cpp86 bool onNotify(llvm::StringRef Method, llvm::json::Value Params) override { in onNotify()
91 bool onCall(llvm::StringRef Method, llvm::json::Value Params, in onCall()
117 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify()
122 void call(llvm::StringRef Method, llvm::json::Value Params, in call()
H A DJSONTransport.cpp69 void notify(llvm::StringRef Method, llvm::json::Value Params) override { in notify()
76 void call(llvm::StringRef Method, llvm::json::Value Params, in call()
174 auto Method = Object->getString("method"); in handleMessage() local
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.h19 struct Method { struct
26 Method(const isl_class &clazz, FunctionDecl *fd, argument
50 struct NoCopyMethod : Method { argument
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DLSPClient.cpp62 static void logBody(llvm::StringRef Method, llvm::json::Value V, bool Send) { in logBody()
83 std::vector<llvm::json::Value> takeNotifications(llvm::StringRef Method) { in takeNotifications()
108 void notify(llvm::StringRef Method, llvm::json::Value V) override { in notify()
114 void call(llvm::StringRef Method, llvm::json::Value Params, in call()
144 LSPClient::CallResult &LSPClient::call(llvm::StringRef Method, in call()
155 void LSPClient::notify(llvm::StringRef Method, llvm::json::Value Params) { in notify()
164 LSPClient::takeNotifications(llvm::StringRef Method) { in takeNotifications()
H A DJSONTransportTests.cpp61 bool onNotify(llvm::StringRef Method, llvm::json::Value Params) override { in onNotify()
68 bool onCall(llvm::StringRef Method, llvm::json::Value Params, in onCall()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprObjC.cpp29 ObjCMethodDecl *Method, SourceRange SR) in ObjCArrayLiteral()
41 QualType T, ObjCMethodDecl *Method, in Create()
112 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
131 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
147 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in ObjCMessageExpr()
179 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
198 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
217 ObjCMethodDecl *Method, ArrayRef<Expr *> Args, in Create()
H A DExprClassification.cpp392 if (const ObjCMethodDecl *Method = in ClassifyInternal() local
546 if (const auto *Method = dyn_cast<CXXMethodDecl>(Member)) in ClassifyMemberExpr() local
/llvm-project-15.0.7/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp149 struct Method { struct
150 StringRef Selector;
151 MethodKind Kind;
152 ParamsSeq Params;
153 NullabilitySeq Nullability;
156 AvailabilityItem Availability;
157 Optional<bool> SwiftPrivate;
158 StringRef SwiftName;
160 bool DesignatedInit = false;
161 bool Required = false;
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/
H A DXPCTransport.cpp56 void notify(StringRef Method, json::Value Params) override { in notify()
63 void call(StringRef Method, json::Value Params, json::Value ID) override { in call()
117 auto Method = Object->getString("method"); in handleMessage() local
/llvm-project-15.0.7/lldb/test/API/commands/expression/macros/
H A Dmacro1.h13 Method() in Method() function
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-decl-context-json.cpp13 void S::Method() {} in Method() function in Test::S
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_implementation_vendor_codegen.cpp66 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs
83 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
H A Dnvptx_declare_variant_implementation_vendor_codegen.cpp80 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs
99 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
H A Ddeclare_variant_mixed_codegen.cpp79 int SpecialFuncs::Method() { return 14; } in Method() function in SpecialFuncs
96 int SpecSpecialFuncs::Method() { return 17; } in Method() function in SpecSpecialFuncs
H A Dnvptx_declare_variant_device_kind_codegen.cpp103 int SpecialFuncs::Method() { return 13; } in Method() function in SpecialFuncs
122 int SpecSpecialFuncs::Method() { return 16; } in Method() function in SpecSpecialFuncs
H A Ddeclare_variant_device_kind_codegen.cpp161 int SpecialFuncs::Method() { return 1; } in Method() function in SpecialFuncs
178 int SpecSpecialFuncs::Method() { return 1; } in Method() function in SpecSpecialFuncs
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A D2004-03-08-ReinterpretCastCopy.cpp9 virtual void Method() { } in Method() function
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h30 HTTPMethod Method = HTTPMethod::GET; member
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h135 #define GMOCK_MOCKER_(arity, constness, Method) \ argument
139 #define GMOCK_METHOD0_(tn, constness, ct, Method, ...) \ argument
163 #define GMOCK_METHOD1_(tn, constness, ct, Method, ...) \ argument
189 #define GMOCK_METHOD2_(tn, constness, ct, Method, ...) \ argument
219 #define GMOCK_METHOD3_(tn, constness, ct, Method, ...) \ argument
254 #define GMOCK_METHOD4_(tn, constness, ct, Method, ...) \ argument
292 #define GMOCK_METHOD5_(tn, constness, ct, Method, ...) \ argument
334 #define GMOCK_METHOD6_(tn, constness, ct, Method, ...) \ argument
380 #define GMOCK_METHOD7_(tn, constness, ct, Method, ...) \ argument
429 #define GMOCK_METHOD8_(tn, constness, ct, Method, ...) \ argument
[all …]
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1259 #define BENCHMARK_PRIVATE_CONCAT_NAME(BaseClass, Method) \ argument
1387 #define BENCHMARK_DEFINE_F(BaseClass, Method) \ argument
1391 #define BENCHMARK_TEMPLATE1_DEFINE_F(BaseClass, Method, a) \ argument
1395 #define BENCHMARK_TEMPLATE2_DEFINE_F(BaseClass, Method, a, b) \ argument
1400 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, ...) \ argument
1404 #define BENCHMARK_TEMPLATE_DEFINE_F(BaseClass, Method, a) \ argument
1408 #define BENCHMARK_REGISTER_F(BaseClass, Method) \ argument
1416 #define BENCHMARK_F(BaseClass, Method) \ argument
1421 #define BENCHMARK_TEMPLATE1_F(BaseClass, Method, a) \ argument
1426 #define BENCHMARK_TEMPLATE2_F(BaseClass, Method, a, b) \ argument
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnconventionalAssignOperatorCheck.cpp77 const auto *Method = Result.Nodes.getNodeAs<CXXMethodDecl>("method"); in check() local
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp6.cpp23 void Method(const T& x) { h(x); } in Method() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp1207 ObjCMethodDecl *Method, in DiagnoseMismatchedSelectors()
1239 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() local
1521 ObjCMethodDecl *Method, in getMessageSendResultType()
1692 const ObjCMethodDecl *Method = MsgSend->getMethodDecl(); in EmitRelatedResultTypeNote() local
1920 ObjCMethodDecl *Method = in isSelfExpr() local
2266 ObjCInterfaceOrSuperCCC(ObjCMethodDecl *Method) { in ObjCInterfaceOrSuperCCC()
2307 if (ObjCMethodDecl *Method = getCurMethodDecl()) { in getObjCMessageKind() local
2390 ObjCMethodDecl *Method = tryCaptureObjCSelf(SuperLoc); in ActOnSuperMessage() local
2494 const ObjCMethodDecl *Method, in checkFoundationAPI()
2610 ObjCMethodDecl *Method, in BuildClassMessage()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSlicingCheck.cpp79 for (const auto *Method : DerivedDecl.methods()) { in diagnoseSlicedOverriddenMethods() local

123456