Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp492 Decl *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclaration() local
494 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclaration()
498 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclaration()
503 dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclaration()
508 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclaration()
515 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclaration()
523 Decl *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local
525 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()
532 dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
540 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getCanonicalDecl()