Searched refs:getFunctionOrMethodNumArgs (Results 1 – 1 of 1) sorted by relevance
140 static unsigned getFunctionOrMethodNumArgs(const Decl *D) { in getFunctionOrMethodNumArgs() function261 unsigned NumArgs = (HP ? getFunctionOrMethodNumArgs(D) : 0) + in checkFunctionOrMethodArgumentIndex()1473 for (unsigned i = 0, e = getFunctionOrMethodNumArgs(D); i != e; ++i) { in handleNonNullAttr()3116 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleFormatAttr()