Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
H A Dmethod-2.m13 - (void) instanceMethod; method
18 - (void) instanceMethod { method
25 [self instanceMethod]; /* { dg-warning "cannot find class" } */
27 [MyDerived instanceMethod]; /* { dg-warning "cannot find class" } */
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h264 bool instanceMethod,
H A DCGCall.cpp183 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument
192 return CGT.arrangeLLVMFunctionInfo(resultType, instanceMethod, in arrangeLLVMFunctionInfo()
757 bool instanceMethod, in arrangeLLVMFunctionInfo() argument
768 CGFunctionInfo::Profile(ID, instanceMethod, chainCall, info, paramInfos, in arrangeLLVMFunctionInfo()
779 FI = CGFunctionInfo::create(CC, instanceMethod, chainCall, info, in arrangeLLVMFunctionInfo()
816 bool instanceMethod, in create() argument
835 FI->InstanceMethod = instanceMethod; in create()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h620 bool instanceMethod,