Searched refs:LengthVD (Results 1 – 1 of 1) sorted by relevance
72 if (const auto *LengthVD = dyn_cast<VarDecl>(LengthDRE->getDecl())) in getLength() local73 if (!isa<ParmVarDecl>(LengthVD)) in getLength()74 if (const Expr *LengthInit = LengthVD->getInit()) in getLength()