Searched defs:instanceMethod (Results 1 – 13 of 13) sorted by relevance
/llvm-project/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
|
/llvm-project/clang/test/SemaObjC/ |
H A D | super.m | 13 - (void)instanceMethod; method 17 - (void)instanceMethod; method 23 - (void)instanceMethod { method
|
H A D | class-method-lookup.m | 11 - (void) instanceMethod; method 16 - (void) instanceMethod { method
|
H A D | category-method-lookup-2.m | 19 - instanceMethod { method in Cat
|
H A D | protocol-lookup-2.m | 8 - (id)instanceMethod; method
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | infinite-loop.mm | 14 -(void) instanceMethod; method 30 - (void)instanceMethod { method
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-objc-direct.m | 25 - (void)instanceMethod { method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | class-stubs.m | 31 - (void) instanceMethod; method
|
/llvm-project/clang/test/Analysis/inlining/ |
H A D | InlineObjCClassMethod.m | 313 - (void)instanceMethod { method
|
/llvm-project/clang/test/Index/ |
H A D | complete-objc-message.m | 370 - (void)instanceMethod; method
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 188 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
|