Searched refs:UnwrapArgExpr (Results 1 – 2 of 2) sorted by relevance
230 Expr<SomeType> *UnwrapArgExpr(int n) { in UnwrapArgExpr() function237 const Expr<SomeType> *UnwrapArgExpr(int n) const { in UnwrapArgExpr() function
28 if (auto *expr{funcRef.UnwrapArgExpr(zeroBasedArg)}) { in GetConstantLength()