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.cpp4499 const VarDecl *FoundDInit = nullptr; in VisitVarDecl() local
4500 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4502 return Importer.MapImported(D, const_cast<VarDecl*>(FoundDInit)); in VisitVarDecl()