Home
last modified time | relevance | path

Searched refs:CtxD (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp556 Decl *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclaration() local
558 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclaration()
562 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclaration()
567 dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclaration()
572 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration()
579 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclaration()
587 Decl *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local
589 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()
596 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
604 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getCanonicalDecl()