Searched refs:setObjCImplementation (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1640 getASTContext().setObjCImplementation(getDefinition(), ImplD); in setImplementation() 2161 getASTContext().setObjCImplementation(this, ImplD); in setImplementation() 2216 Ctx.setObjCImplementation(IFace, ImplD); in setClassInterface() 2220 Ctx.setObjCImplementation(CD, ImplD); in setClassInterface()
|
| H A D | ASTContext.cpp | 3128 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, in setObjCImplementation() function in ASTContext 3135 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, in setObjCImplementation() function in ASTContext
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3312 void setObjCImplementation(ObjCInterfaceDecl *IFaceD, 3316 void setObjCImplementation(ObjCCategoryDecl *CatD,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8832 …InterfaceDeclEPNS_22ObjCImplementationDeclE", "clang::ASTContext::setObjCImplementation(clang::Obj… 8833 …bjCCategoryDeclEPNS_20ObjCCategoryImplDeclE", "clang::ASTContext::setObjCImplementation(clang::Obj…
|