Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/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)}{…
/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h277 bool instanceMethod,
H A DCGCall.cpp94 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 DCGFunctionInfo.h386 bool instanceMethod,