Home
last modified time | relevance | path

Searched refs:FoundVar (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp3382 if (VarDecl *FoundVar = dyn_cast<VarDecl>(FoundDecls[I])) { in VisitVarDecl() local
3384 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 …]