Home
last modified time | relevance | path

Searched defs:instanceMethod (Results 1 – 13 of 13) sorted by relevance

/llvm-project/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/clang/test/SemaObjC/
H A Dsuper.m13 - (void)instanceMethod; method
17 - (void)instanceMethod; method
23 - (void)instanceMethod { method
H A Dclass-method-lookup.m11 - (void) instanceMethod; method
16 - (void) instanceMethod { method
H A Dcategory-method-lookup-2.m19 - instanceMethod { method in Cat
H A Dprotocol-lookup-2.m8 - (id)instanceMethod; method
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm14 -(void) instanceMethod; method
30 - (void)instanceMethod { method
/llvm-project/clang/test/FixIt/
H A Dfixit-objc-direct.m25 - (void)instanceMethod { method
/llvm-project/clang/test/CodeGenObjC/
H A Dclass-stubs.m31 - (void) instanceMethod; method
/llvm-project/clang/test/Analysis/inlining/
H A DInlineObjCClassMethod.m313 - (void)instanceMethod { method
/llvm-project/clang/test/Index/
H A Dcomplete-objc-message.m370 - (void)instanceMethod; method
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp188 arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool instanceMethod, in arrangeLLVMFunctionInfo() argument
829 create(unsigned llvmCC,bool instanceMethod,bool chainCall,bool delegateCall,const FunctionType::ExtInfo & info,ArrayRef<ExtParameterInfo> paramInfos,CanQualType resultType,ArrayRef<CanQualType> argTypes,RequiredArgs required) create() argument