Home
last modified time | relevance | path

Searched refs:EmptyD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3311 if (auto *EmptyD = in VisitBaseUsingDecls() local
3314 SemaRef.Context, Owner, EmptyD->getLocation(), EmptyD->getDeclName()); in VisitBaseUsingDecls()
H A DSemaDecl.cpp1185 if (auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(FirstDecl)) { in ClassifyName() local
1186 (void)DiagnoseUseOfDecl(EmptyD, NameLoc); in ClassifyName()
H A DSemaExpr.cpp359 if (const auto *EmptyD = dyn_cast<UnresolvedUsingIfExistsDecl>(D)) { in DiagnoseUseOfDecl() local
361 Diag(EmptyD->getLocation(), diag::note_empty_using_if_exists_here); in DiagnoseUseOfDecl()