Home
last modified time | relevance | path

Searched defs:InstanceMethods (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dinstantiate-message.mm31 @interface InstanceMethods interface
43 template void test_instance_method<InstanceMethods, InstanceMethods>(void*); function
44 template void test_instance_method<InstanceMethods, InstanceMethods>(int*); function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1897 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateClass() local
3187 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateProtocol() local
3352 SmallVector<ObjCMethodDecl*, 16> InstanceMethods; in GenerateCategory() local
3596 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateClass() local
H A DCGObjCMac.cpp1132 InstanceMethods, enumerator
3351 InstanceMethods, in GenerateCategory() enumerator
3534 InstanceMethods, in GenerateClass() enumerator
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6616 ArrayRef<ObjCMethodDecl *> InstanceMethods, in Write_category_t()
6855 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods; in RewriteObjCProtocolMetaData() local
7026 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCClassMetaData() local
7276 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCCategoryImplDecl() local
H A DRewriteObjC.cpp5350 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCClassMetaData() local
5628 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCCategoryImplDecl() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8204 SmallVector<ObjCMethodDecl *, 4> InstanceMethods; member in clang::serialization::ReadMethodPoolVisitor