Searched refs:instanceMethod (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | class-method-lookup.m | 11 - (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 D | super.m | 13 - (void)instanceMethod; method 17 - (void)instanceMethod; method 23 - (void)instanceMethod { method 29 [super instanceMethod]; 81 [(B*)super instanceMethod];
|
| H A D | protocol-lookup-2.m | 8 - (id)instanceMethod; method 31 return [super instanceMethod];
|
| H A D | category-method-lookup-2.m | 19 - instanceMethod { method in Cat
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | complete-lambdas.mm | 5 - 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)}{…
|
| /minix3/external/bsd/llvm/dist/clang/test/Rewriter/ |
| H A D | rewrite-api-bug.m | 4 - (void) instanceMethod; method 8 - (void) instanceMethod { method
|
| H A D | objc-super-test.m | 11 - (int) instanceMethod; method 15 - (int) instanceMethod { method
|
| H A D | undecl-objc-h.m | 16 - (int) instanceMethod; method 22 - (int) instanceMethod { method
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 277 bool instanceMethod,
|
| H A D | CGCall.cpp | 94 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument 102 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo() 468 bool instanceMethod, in arrangeLLVMFunctionInfo() argument 480 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, required, in arrangeLLVMFunctionInfo() 489 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo() 518 bool instanceMethod, in create() argument 530 FI->InstanceMethod = instanceMethod; in create()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 386 bool instanceMethod,
|