Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1326 void setImplementation(ObjCImplementationDecl *ImplD);
2324 void setImplementation(ObjCCategoryImplDecl *ImplD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1597 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
2081 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
H A DASTImporter.cpp4422 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
4867 To->setImplementation(*ToImplOrErr); in ImportDefinition()
4998 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
5049 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1952 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2077 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()