Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1891 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateClass() local
3102 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateProtocol() local
3267 SmallVector<ObjCMethodDecl*, 16> InstanceMethods; in GenerateCategory() local
3511 SmallVector<const ObjCMethodDecl*, 16> InstanceMethods; in GenerateClass() local
H A DCGObjCMac.cpp1132 InstanceMethods, enumerator
3416 InstanceMethods, in GenerateCategory() enumerator
3599 InstanceMethods, in GenerateClass() enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp6627 ArrayRef<ObjCMethodDecl *> InstanceMethods, in Write_category_t()
6866 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods; in RewriteObjCProtocolMetaData() local
7037 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCClassMetaData() local
7287 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCCategoryImplDecl() local
H A DRewriteObjC.cpp5362 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCClassMetaData() local
5640 SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods()); in RewriteObjCCategoryImplDecl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8130 SmallVector<ObjCMethodDecl *, 4> InstanceMethods; member in clang::serialization::ReadMethodPoolVisitor