Searched refs:ExpectedDecl (Results 1 – 2 of 2) sorted by relevance
81 using ExpectedDecl = llvm::Expected<Decl *>; typedef178 public DeclVisitor<ASTNodeImporter, ExpectedDecl>,404 using DeclVisitor<ASTNodeImporter, ExpectedDecl>::Visit;514 ExpectedDecl VisitDecl(Decl *D);515 ExpectedDecl VisitImportDecl(ImportDecl *D);516 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);517 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);518 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);519 ExpectedDecl VisitTranslationUnitDecl(TranslationUnitDecl *D);520 ExpectedDecl VisitBindingDecl(BindingDecl *D);[all …]
3510 template<typename ExpectedDecl>3512 ExpectedDecl *New) { in checkUsingShadowRedecl()3530 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()