Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp920 auto *CtxD = cast<Decl>(getDeclContext()); in getNextRedeclarationImpl() local
922 if (!CtxD->isInvalidDecl()) { in getNextRedeclarationImpl()
923 if (auto *IFD = dyn_cast<ObjCInterfaceDecl>(CtxD)) { in getNextRedeclarationImpl()
928 } else if (auto *CD = dyn_cast<ObjCCategoryDecl>(CtxD)) { in getNextRedeclarationImpl()
933 } else if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getNextRedeclarationImpl()
938 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getNextRedeclarationImpl()
953 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl()
962 auto *CtxD = cast<Decl>(getDeclContext()); in getCanonicalDecl() local
965 if (auto *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) { in getCanonicalDecl()
979 } else if (auto *CImplD = dyn_cast<ObjCCategoryImplDecl>(CtxD)) { in getCanonicalDecl()
[all …]