Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1328 void setImplementation(ObjCImplementationDecl *ImplD);
2336 void setImplementation(ObjCCategoryImplDecl *ImplD);
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1613 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
2102 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
H A DASTImporter.cpp4546 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
5082 To->setImplementation(*ToImplOrErr); in ImportDefinition()
5213 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
5264 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp1955 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2081 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()