Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp82 using ExpectedDecl = llvm::Expected<Decl *>; typedef
141 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 …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3173 template<typename ExpectedDecl>
3175 ExpectedDecl *New) { in checkUsingShadowRedecl()
3193 auto *Old = dyn_cast<ExpectedDecl>(OldS->getTargetDecl()); in checkUsingShadowRedecl()