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.cpp4756 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local
4757 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
4760 FoundVar->getType())) { in VisitVarDecl()
4764 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()
4773 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4777 FoundByLookup = FoundVar; in VisitVarDecl()
4782 = Importer.getToContext().getAsArrayType(FoundVar->getType()); in VisitVarDecl()
4790 FoundVar->setType(*TyOrErr); in VisitVarDecl()
4794 FoundByLookup = FoundVar; in VisitVarDecl()
4798 FoundByLookup = FoundVar; in VisitVarDecl()
[all …]