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