Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1642 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
2163 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
H A DASTImporter.cpp4973 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
5510 To->setImplementation(*ToImplOrErr); in ImportDefinition()
5641 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
5692 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1341 void setImplementation(ObjCImplementationDecl *ImplD);
2384 void setImplementation(ObjCCategoryImplDecl *ImplD);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1968 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2096 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()