Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4403 if (auto *FoundVar = dyn_cast<VarDecl>(FoundDecl)) { in VisitVarDecl() local
4404 if (!hasSameVisibilityContextAndLinkage(FoundVar, D)) in VisitVarDecl()
4407 FoundVar->getType())) { in VisitVarDecl()
4411 VarDecl *FoundDef = FoundVar->getDefinition(); in VisitVarDecl()
4420 if (D->getInit() && FoundVar->getAnyInitializer(FoundDInit)) in VisitVarDecl()
4424 FoundByLookup = FoundVar; in VisitVarDecl()
4437 FoundVar->setType(*TyOrErr); in VisitVarDecl()
4441 FoundByLookup = FoundVar; in VisitVarDecl()
4445 FoundByLookup = FoundVar; in VisitVarDecl()
4451 << Name << D->getType() << FoundVar->getType(); in VisitVarDecl()
[all …]