Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp4485 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
4972 To->setImplementation(*ToImplOrErr); in ImportDefinition()
5103 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
5154 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1326 void setImplementation(ObjCImplementationDecl *ImplD);
2324 void setImplementation(ObjCCategoryImplDecl *ImplD);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1952 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2077 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()