Home
last modified time | relevance | path

Searched refs:setImplementation (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp1215 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
1648 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
DASTImporter.cpp3374 ToCategory->setImplementation(Impl); in VisitObjCCategoryDecl()
3555 To->setImplementation(Impl); in ImportDefinition()
3646 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
3692 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/external/clang/include/clang/AST/
DDeclObjC.h814 void setImplementation(ObjCImplementationDecl *ImplD);
1754 void setImplementation(ObjCCategoryImplDecl *ImplD);
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1002 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
1120 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()