Searched defs:InstanceMethods (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2593 std::vector<llvm::Constant*> InstanceMethods, ClassMethods; local
2947 SmallVector<llvm::Constant *, 16> InstanceMethods, ClassMethods; local
3075 SmallVector<llvm::Constant *, 16> InstanceMethods, ClassMethods; local
6287 std::vector<llvm::Constant*> InstanceMethods, ClassMethods; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp7073 std::vector<ObjCMethodDecl *> InstanceMethods, ClassMethods; local
6830 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) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6261 SmallVector<ObjCMethodDecl *, 4> InstanceMethods; member in class:clang::serialization::ReadMethodPoolVisitor

Completed in 211 milliseconds