Searched refs:ExpectedDecl (Results 1 – 2 of 2) sorted by relevance
82 using ExpectedDecl = llvm::Expected<Decl *>; typedef141 public DeclVisitor<ASTNodeImporter, ExpectedDecl>,344 using DeclVisitor<ASTNodeImporter, ExpectedDecl>::Visit;493 ExpectedDecl VisitDecl(Decl *D);494 ExpectedDecl VisitImportDecl(ImportDecl *D);495 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);496 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);497 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);498 ExpectedDecl VisitTranslationUnitDecl(TranslationUnitDecl *D);499 ExpectedDecl VisitBindingDecl(BindingDecl *D);[all …]
3173 template<typename ExpectedDecl>3175 ExpectedDecl *New) { in checkUsingShadowRedecl()3193 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()