Searched refs:getFunctionOrMethodNumParams (Results 1 – 1 of 1) sorted by relevance
80 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function273 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()1185 if (Idx < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()1201 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()2620 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()