Searched refs:zeroBasedArg (Results 1 – 2 of 2) sorted by relevance
141 bool IsArgDescriptor(int zeroBasedArg) const { in IsArgDescriptor() argument142 return (isArgDescriptorSet_ >> zeroBasedArg) & 1; in IsArgDescriptor()
27 FoldingContext &context, FunctionRef<T> &funcRef, int zeroBasedArg) { in GetConstantLength() argument28 if (auto *expr{funcRef.UnwrapArgExpr(zeroBasedArg)}) { in GetConstantLength()