Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3068 if (VarDecl *FoundVar = dyn_cast<VarDecl>(FoundDecls[I])) { in VisitVarDecl() local
3070 if (FoundVar->hasExternalFormalLinkage() && in VisitVarDecl()
3073 FoundVar->getType())) { in VisitVarDecl()
3074 MergeWithVar = FoundVar; in VisitVarDecl()
3079 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
3090 FoundVar->setType(T); in VisitVarDecl()
3091 MergeWithVar = FoundVar; in VisitVarDecl()
3095 MergeWithVar = FoundVar; in VisitVarDecl()
3101 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()
3102 Importer.ToDiag(FoundVar->getLocation(), diag::note_odr_value_here) in VisitVarDecl()
[all …]