Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance
4403 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local4404 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()4407 FoundVar->getType())) { in VisitVarDecl()4411 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()4420 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()4424 FoundByLookup = FoundVar; in VisitVarDecl()4437 FoundVar->setType(*TyOrErr); in VisitVarDecl()4441 FoundByLookup = FoundVar; in VisitVarDecl()4445 FoundByLookup = FoundVar; in VisitVarDecl()4451 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()[all …]