Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1587 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation() function in ObjCInterfaceDecl
2050 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation() function in ObjCCategoryDecl
HDASTImporter.cpp4269 ToCategory->setImplementation(*ToImplOrErr); in VisitObjCCategoryDecl()
4720 To->setImplementation(*ToImplOrErr); in ImportDefinition()
4852 Category->setImplementation(ToImpl); in VisitObjCCategoryImplDecl()
4905 Iface->setImplementation(Impl); in VisitObjCImplementationDecl()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1364 void setImplementation(ObjCImplementationDecl *ImplD);
2354 void setImplementation(ObjCCategoryImplDecl *ImplD);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp1947 CatIDecl->setImplementation(CDecl); in ActOnStartCategoryImplementation()
2072 IDecl->setImplementation(IMPDecl); in ActOnStartClassImplementation()