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

/external/clang/lib/AST/
H A DDeclObjC.cpp1461 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1924 getASTContext().setObjCImplementation(this, ImplD);
1985 Ctx.setObjCImplementation(IFace, ImplD);
1990 Ctx.setObjCImplementation(CD, ImplD);
H A DASTContext.cpp2056 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, function in class:ASTContext
2062 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h2304 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
2307 void setObjCImplementation(ObjCCategoryDecl *CatD,

Completed in 190 milliseconds