Home
last modified time | relevance | path

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

/llvm-project/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/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1905 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; GenerateClass() local
3311 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; GenerateProtocol() local
3469 SmallVector<ObjCMethodDecl*, 16> InstanceMethods; GenerateCategory() local
3710 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; GenerateClass() local
[all...]
H A DCGObjCMac.cpp1136 InstanceMethods, global() enumerator
3354 InstanceMethods, GenerateCategory() enumerator
3537 InstanceMethods, GenerateClass() enumerator
[all...]
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6613 Write_category_t(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ObjCCategoryDecl * CatDecl,ObjCInterfaceDecl * ClassDecl,ArrayRef<ObjCMethodDecl * > InstanceMethods,ArrayRef<ObjCMethodDecl * > ClassMethods,ArrayRef<ObjCProtocolDecl * > RefedProtocols,ArrayRef<ObjCPropertyDecl * > ClassProperties) Write_category_t() argument
6852 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods; RewriteObjCProtocolMetaData() local
7023 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); RewriteObjCClassMetaData() local
7273 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); RewriteObjCCategoryImplDecl() local
[all...]
H A DRewriteObjC.cpp5350 RewriteObjCMethodsMetaData(InstanceMethods.begin(), InstanceMethods.end(), in RewriteObjCClassMetaData() local
5628 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); RewriteObjCCategoryImplDecl() local
[all...]
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8552 SmallVector<ObjCMethodDecl *, 4> InstanceMethods; global() member in clang::serialization::ReadMethodPoolVisitor