Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 154) sorted by relevance

1234567

/llvm-project/clang/test/SemaObjC/
H A DDoubleMethod.m8 - (void) method; // expected-note {{previous declaration is here}} method
9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method
13 - (void) method {;} // expected-note {{previous declaration is here}} method
14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
H A Dmethod-redecls-invalid-interface.m15 -(void) method; method
19 -(void) method { } method
H A Dcomptypes-5.m8 - (void) method; method
15 - (void) method; method in Addition
H A Dtypo-correction.m36 -(void)method; method
47 -(void)method { method
69 -(void)method { method
H A Ddllimport.m23 - (void)method; method
27 - (void)method { method
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp33 struct method { struct
34 vararg_func implementation;
36 method(vararg_func implementation) : implementation(implementation) {} in method() argument
39 auto getImplementation() const -> TFunctionType in getImplementation()
/llvm-project/clang/test/SemaObjCXX/
H A Divar-lookup.mm4 - (float*)method; method
10 - (int*)method; method
14 - (int*)method { method
H A Dmessage.mm6 - (int*)method; method
10 - (int*)method { method
22 - (int*)method; method
23 + (void)method; class
35 - (int*)method { method
43 + (void)method { class
50 + (int*)method; class
/llvm-project/clang/test/SemaCUDA/
H A Dmethod-target.cu10 void method() {} // dev-note {{'method' declared here}} in method() function
21 …void method(int) {} // expected-note {{candidate function not viable: call to __host__ function fr… in method() function
22 …void method(float) {} // expected-note {{candidate function not viable: call to __host__ function … in method() function
33 __device__ void method() {} // host-note {{'method' declared here}} in method() function
44 __device__ void method() {} // host-note {{'method' declared here}} in method() function
67 void method() {} // dev-note {{'method' declared here}}; in method() function
/llvm-project/llvm/docs/
H A DWritingAnLLVMPass.rst105 writing-an-llvm-pass-CallGraphSCCPassThe ``runOnModule`` method global() argument
153 writing-an-llvm-pass-runOnSCCThe ``doInitialization(CallGraph &)`` method global() argument
177 writing-an-llvm-pass-FunctionPassThe ``doFinalization(CallGraph &)`` method global() argument
226 writing-an-llvm-pass-runOnFunctionThe ``doInitialization(Module &)`` method global() argument
239 writing-an-llvm-pass-doFinalization-modThe ``runOnFunction`` method global() argument
253 writing-an-llvm-pass-LoopPassThe ``doFinalization(Module &)`` method global() argument
289 writing-an-llvm-pass-runOnLoopThe ``doInitialization(Loop *, LPPassManager &)`` method global() argument
314 writing-an-llvm-pass-RegionPassThe ``doFinalization()`` method global() argument
342 writing-an-llvm-pass-runOnRegionThe ``doInitialization(Region *, RGPassManager &)`` method global() argument
412 writing-an-llvm-pass-registrationThe ``runOnMachineFunction(MachineFunction &MF)`` method global() argument
445 writing-an-llvm-pass-interactionThe ``print`` method global() argument
[all...]
/llvm-project/clang/test/SemaCXX/Inputs/
H A Doverride-system-header.h4 #define STDMETHOD(method) virtual void method argument
5 #define IFACEMETHOD(method) STDMETHOD(method) argument
/llvm-project/clang/test/Modules/
H A Dmethod_pool_transitive.m12 - (int)method; method
24 - (void)method; method
/llvm-project/lldb/unittests/Language/ObjC/
H A DObjCLanguageTest.cpp45 std::optional<const ObjCLanguage::MethodName> method = in TEST() local
59 std::optional<const ObjCLanguage::MethodName> method = in TEST() local
66 std::optional<const ObjCLanguage::MethodName> method = in TEST() local
80 std::optional<const ObjCLanguage::MethodName> method = in TEST() local
/llvm-project/clang/test/CodeGenCUDA/
H A Ddevice-vtable.cu56 void H::method() {} in method() function in H
59 void __device__ D::method() {} in method() function in D
/llvm-project/clang/test/Analysis/
H A Dnullability-notes.m27 -(void) method; method
30 -(void) method { method
/llvm-project/clang/test/CodeGenObjC/
H A Dsynchronized.m6 - (void)method; method
13 {
H A Dprotocol-comdat.m4 - (void) method; method
14 - (void) method { } method
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DTransport.h146 void method(llvm::StringLiteral method, ThisT *thisPtr, in method() function
159 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification()
178 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification()
192 outgoingRequest(llvm::StringLiteral method, in outgoingRequest()
/llvm-project/clang/test/CodeGenCXX/
H A Doptnone-templates.cpp33 T method(T t, U u) in method() function in template_normal_base
42 __attribute__((optnone)) int method (int t, U u) in method() function in template_normal_base
70 __attribute__((optnone)) T method(T t, U u) in method() function in template_optnone_base
79 int method (int t, U u) in method() function in template_optnone_base
H A Dassume_attr.cpp81 [[omp::assume("S<float>::method")]] void S<float>::method() {} in method() function in S
84 void S<int>::method() {} in method() function in S
/llvm-project/clang/test/CodeGenObjCXX/
H A Dmangle-blocks.mm23 - (void)method; method
27 - (void)method { method
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp44 std::string method; member in __anon1da44bf50111::Reply
52 Reply::Reply(const llvm::json::Value &id, llvm::StringRef method, in Reply() argument
87 onNotify(llvm::StringRef method,llvm::json::Value value) onNotify() argument
102 onCall(llvm::StringRef method,llvm::json::Value params,llvm::json::Value id) onCall() argument
177 notify(StringRef method,llvm::json::Value params) notify() argument
184 call(StringRef method,llvm::json::Value params,llvm::json::Value id) call() argument
252 std::optional<StringRef> method = object->getString("method"); handleMessage() local
[all...]
/llvm-project/lldb/test/API/commands/expression/context-object-objc/
H A Dmain.m13 -(int)method; method
32 -(int)method { method
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpInterfacesGen.cpp42 emitMethodNameAndArgs(const InterfaceMethod & method,raw_ostream & os,StringRef valueType,bool addThisArg,bool addConst) emitMethodNameAndArgs() argument
171 emitInterfaceMethodDoc(const InterfaceMethod & method,raw_ostream & os,StringRef prefix="") emitInterfaceMethodDoc() argument
180 for (auto &method : interface.getMethods()) { emitInterfaceDefMethods() local
237 for (auto &method : interface.getMethods()) { emitConceptDecl() local
290 __anonba990a3f0602(const InterfaceMethod &method) emitModelDecl() argument
294 for (auto &method : interface.getMethods()) { emitModelDecl() local
313 for (auto &method : interface.getMethods()) { emitModelDecl() local
346 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local
380 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local
407 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local
457 for (auto &method : interface.getMethods()) { emitTraitDecl() local
501 for (auto &method : interface.getMethods()) { emitInterfaceDeclMethods() local
637 for (const auto &method : interface.getMethods()) { emitInterfaceDoc() local
[all...]
/llvm-project/clang/test/FixIt/
H A Dtypo.m100 - (int)method; // expected-note{{using}} method
106 - (int)method; // expected-note{{also found}} method
110 - (int)method { method
135 - (void)method; // expected-note{{also found}} method
141 - (void)method { method

1234567