Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance
4078 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local4079 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()4082 FoundVar->getType())) { in VisitVarDecl()4086 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()4095 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()4099 FoundByLookup = FoundVar; in VisitVarDecl()4112 FoundVar->setType(*TyOrErr); in VisitVarDecl()4116 FoundByLookup = FoundVar; in VisitVarDecl()4120 FoundByLookup = FoundVar; in VisitVarDecl()4126 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()[all …]