Searched refs:ValDecl (Results 1 – 2 of 2) sorted by relevance
279 if (auto *ValDecl = DRE->getDecl()) { in visitCallArg() local280 if (isa<ParmVarDecl>(ValDecl)) in visitCallArg()
463 : Ctx(Ctx), Parent(Ctx->VarScope), ValDecl(VD), Kind(Kind) { in Ctx()478 if (P->ValDecl == ExtendingDecl) { in addExtended()522 const ValueDecl *ValDecl = nullptr; variable