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

/external/clang/lib/AST/
H A DDeclObjC.cpp732 Decl *CtxD = cast<Decl>(getDeclContext());
734 if (!CtxD->isInvalidDecl()) {
735 if (ObjCInterfaceDecl *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) {
740 } else if (ObjCCategoryDecl *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) {
746 dyn_cast<ObjCImplementationDecl>(CtxD)) {
752 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
761 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
769 Decl *CtxD = cast<Decl>(getDeclContext()); local
771 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
778 dyn_cast<ObjCCategoryImplDecl>(CtxD)) {
[all...]

Completed in 99 milliseconds