Home
last modified time | relevance | path

Searched defs:ImplD (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp559 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD)) in getNextRedeclaration() local
563 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD)) in getNextRedeclaration() local
566 } else if (ObjCImplementationDecl *ImplD = in getNextRedeclaration() local
589 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl() local
1075 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) { in setImplementation()
1513 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) { in setImplementation()
1563 if (ObjCImplementationDecl *ImplD in setClassInterface() local
1568 } else if (ObjCCategoryImplDecl *ImplD = in setClassInterface() local
DASTContext.cpp1806 ObjCImplementationDecl *ImplD) { in setObjCImplementation()
1812 ObjCCategoryImplDecl *ImplD) { in setObjCImplementation()
/external/clang/lib/ARCMigrate/
DTransProperties.cpp62 ObjCPropertyImplDecl *ImplD; member
/external/clang/tools/libclang/
DCIndexHigh.cpp85 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) { in getCanonical() local
DIndexingContext.cpp809 ImplD = dyn_cast<ObjCImplementationDecl>(D)) { in getEntityDecl() local
DCIndex.cpp4620 if (const ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in clang_getCanonicalCursor() local
/external/clang/lib/Serialization/
DASTReader.cpp5619 static void PassObjCImplDeclToConsumer(ObjCImplDecl *ImplD, in PassObjCImplDeclToConsumer()
5641 if (ObjCImplDecl *ImplD = dyn_cast<ObjCImplDecl>(D)) in PassInterestingDeclToConsumer() local