Searched refs:IsCurrentArgExplicit (Results 1 – 2 of 2) sorted by relevance
105 if (IsCurrentArgExplicit() && // don't query parameter type of implicit args in Next()120 bool ManagedRuntimeCallingConvention::IsCurrentArgExplicit() { in IsCurrentArgExplicit() function in art::ManagedRuntimeCallingConvention126 return IsCurrentArgExplicit(); // any user parameter may be null in IsCurrentArgPossiblyNull()
250 bool IsCurrentArgExplicit(); // ie a non-implict argument such as this