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

/external/clang/lib/AST/
H A DDeclObjC.cpp779 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1128 getASTContext().setObjCImplementation(this, ImplD);
1180 Ctx.setObjCImplementation(IFace, ImplD);
1185 Ctx.setObjCImplementation(CD, ImplD);
H A DASTContext.cpp1663 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD, function in class:ASTContext
1669 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD, function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h1898 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
1901 void setObjCImplementation(ObjCCategoryDecl *CatD,

Completed in 77 milliseconds