Searched refs:ExpectedDecl (Results 1 – 2 of 2) sorted by relevance
82 using ExpectedDecl = llvm::Expected<Decl *>; typedef179 public DeclVisitor<ASTNodeImporter, ExpectedDecl>,366 using DeclVisitor<ASTNodeImporter, ExpectedDecl>::Visit;465 ExpectedDecl VisitDecl(Decl *D);466 ExpectedDecl VisitImportDecl(ImportDecl *D);467 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);468 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);469 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);470 ExpectedDecl VisitTranslationUnitDecl(TranslationUnitDecl *D);471 ExpectedDecl VisitBindingDecl(BindingDecl *D);[all …]
3441 template<typename ExpectedDecl>3443 ExpectedDecl *New) { in checkUsingShadowRedecl()3461 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()