Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance
4028 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local4029 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 …]