Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4028 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local
4029 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
4032 FoundVar->getType())) { in VisitVarDecl()
4036 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()
4045 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4049 FoundByLookup = FoundVar; in VisitVarDecl()
4062 FoundVar->setType(*TyOrErr); in VisitVarDecl()
4066 FoundByLookup = FoundVar; in VisitVarDecl()
4070 FoundByLookup = FoundVar; in VisitVarDecl()
4076 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()
[all …]