HomeSort by: relevance | last modified time | path
    Searched refs:setObjCImplementation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1598 getASTContext().setObjCImplementation(getDefinition(), ImplD);
2082 getASTContext().setObjCImplementation(this, ImplD);
2140 Ctx.setObjCImplementation(IFace, ImplD);
2144 Ctx.setObjCImplementation(CD, ImplD);
ASTContext.cpp 2819 void ASTContext::setObjCImplementation(ObjCInterfaceDecl *IFaceD,
2826 void ASTContext::setObjCImplementation(ObjCCategoryDecl *CatD,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2808 void setObjCImplementation(ObjCInterfaceDecl *IFaceD,
2812 void setObjCImplementation(ObjCCategoryDecl *CatD,

Completed in 27 milliseconds