Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h734 void setImplementation(ObjCImplementationDecl *ImplD);
1576 void setImplementation(ObjCCategoryImplDecl *ImplD);
/external/clang/lib/AST/
DDeclObjC.cpp1075 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
1513 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
DASTImporter.cpp3342 ToCategory->setImplementation(Impl); in VisitObjCCategoryDecl()
3527 To->setImplementation(Impl); in ImportDefinition()
3618 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
3663 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp929 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
1050 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()