Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4772 const VarDecl *FoundDInit = nullptr; in VisitVarDecl() local
4773 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4775 return Importer.MapImported(D, const_cast<VarDecl*>(FoundDInit)); in VisitVarDecl()