Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance
3382 if (VarDecl *FoundVar = dyn_cast<VarDecl>(FoundDecls[I])) { in VisitVarDecl() local3384 if (FoundVar->hasExternalFormalLinkage() && in VisitVarDecl()3387 FoundVar->getType())) { in VisitVarDecl()3388 MergeWithVar = FoundVar; in VisitVarDecl()3393 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()3404 FoundVar->setType(T); in VisitVarDecl()3405 MergeWithVar = FoundVar; in VisitVarDecl()3409 MergeWithVar = FoundVar; in VisitVarDecl()3415 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()3416 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()[all …]