Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp3977 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local
3978 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
3981 FoundVar->getType())) { in VisitVarDecl()
3985 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()
3994 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
3998 FoundByLookup = FoundVar; in VisitVarDecl()
4003 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
4011 FoundVar->setType(*TyOrErr); in VisitVarDecl()
4015 FoundByLookup = FoundVar; in VisitVarDecl()
4019 FoundByLookup = FoundVar; in VisitVarDecl()
[all …]