Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance
4756 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local4757 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()4760 FoundVar->getType())) { in VisitVarDecl()4764 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()4773 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()4777 FoundByLookup = FoundVar; in VisitVarDecl()4782 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()4790 FoundVar->setType(*TyOrErr); in VisitVarDecl()4794 FoundByLookup = FoundVar; in VisitVarDecl()4798 FoundByLookup = FoundVar; in VisitVarDecl()[all …]