Home
last modified time | relevance | path

Searched refs:instanceMethod (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dclass-method-lookup.m11 - (void) instanceMethod; method
16 - (void) instanceMethod { method
23 …[self instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults to '…
24 …[MyDerived instanceMethod];// expected-warning {{'+instanceMethod' not found (return type defaults…
H A Dsuper.m13 - (void)instanceMethod; method
17 - (void)instanceMethod; method
23 - (void)instanceMethod { method
29 [super instanceMethod];
81 [(B*)super instanceMethod];
H A Dprotocol-lookup-2.m8 - (id)instanceMethod; method
31 return [super instanceMethod];
H A Dcategory-method-lookup-2.m19 - instanceMethod { method in Cat
H A Dattr-swift_private.m13 - (void)instanceMethod __attribute__((__swift_private__));
H A Dclass-message-protocol-lookup.m59 [c respondsToSelector: @selector(instanceMethod)]; // no warning
/llvm-project-15.0.7/clang/test/Analysis/
H A Danalyzer-display-progress.m8 -(void)instanceMethod:(int)arg1 with:(int)arg2;
13 -(void)instanceMethod:(int)arg1 with:(int)arg2 {}
19 [i instanceMethod: x with: y];
27 // CHECK: analyzer-display-progress.m -[I instanceMethod:with:]
/llvm-project-15.0.7/clang/test/Index/
H A Dcomplete-lambdas.mm5 - instanceMethod:(int)value withOther:(int)other;
16 [a instanceMethod:0 withOther:1];
18 [super instanceMethod];
20 [a,self instanceMethod:0 withOther:1]{};
26 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{…
49 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{…
H A Dcomplete-objc-message.m371 - (void)instanceMethod; method
396 // CHECK-ROOT-NEXT: ObjCInstanceMethodDecl:{ResultType void}{TypedText instanceMethod} (35)
/llvm-project-15.0.7/clang/test/Rewriter/
H A Drewrite-api-bug.m4 - (void) instanceMethod; method
8 - (void) instanceMethod { method
H A Dobjc-super-test.m11 - (int) instanceMethod; method
15 - (int) instanceMethod { method
H A Dundecl-objc-h.m16 - (int) instanceMethod; method
22 - (int) instanceMethod { method
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm14 -(void) instanceMethod; method
30 - (void)instanceMethod { method
/llvm-project-15.0.7/clang/test/FixIt/
H A Dfixit-objc-direct.m25 - (void)instanceMethod { method
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dclass-stubs.m31 - (void) instanceMethod; method
69 [super instanceMethod];
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h263 bool instanceMethod,
H A DCGCall.cpp182 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument
191 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo()
751 bool instanceMethod, in arrangeLLVMFunctionInfo() argument
762 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo()
773 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo()
810 bool instanceMethod, in create() argument
829 FI->InstanceMethod = instanceMethod; in create()
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m313 - (void)instanceMethod { method
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h620 bool instanceMethod,