Searched refs:ExpectedDecl (Results 1 – 2 of 2) sorted by relevance
82 using ExpectedDecl = llvm::Expected<Decl *>; typedef141 public DeclVisitor<ASTNodeImporter, ExpectedDecl>,329 using DeclVisitor<ASTNodeImporter, ExpectedDecl>::Visit;478 ExpectedDecl VisitDecl(Decl *D);479 ExpectedDecl VisitImportDecl(ImportDecl *D);480 ExpectedDecl VisitEmptyDecl(EmptyDecl *D);481 ExpectedDecl VisitAccessSpecDecl(AccessSpecDecl *D);482 ExpectedDecl VisitStaticAssertDecl(StaticAssertDecl *D);483 ExpectedDecl VisitTranslationUnitDecl(TranslationUnitDecl *D);484 ExpectedDecl VisitNamespaceDecl(NamespaceDecl *D);[all …]
3120 template<typename ExpectedDecl>3122 ExpectedDecl *New) { in checkUsingShadowRedecl()3140 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()