Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4483 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local
4484 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
4487 FoundVar->getType())) { in VisitVarDecl()
4491 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()
4500 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4504 FoundByLookup = FoundVar; in VisitVarDecl()
4509 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
4517 FoundVar->setType(*TyOrErr); in VisitVarDecl()
4521 FoundByLookup = FoundVar; in VisitVarDecl()
4525 FoundByLookup = FoundVar; in VisitVarDecl()
[all …]