Searched refs:setObjCImplementation (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp1495 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1960 getASTContext().setObjCImplementation(this, ImplD);
2021 Ctx.setObjCImplementation(IFace, ImplD);
2026 Ctx.setObjCImplementation(CD, ImplD);
H A DASTContext.cpp2054 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, function in class:ASTContext
2060 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h2331 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
2334 void setObjCImplementation(ObjCCategoryDecl *CatD,

Completed in 154 milliseconds