Home
last modified time | relevance | path

Searched refs:getFunctionOrMethodNumArgs (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp140 static unsigned getFunctionOrMethodNumArgs(const Decl *D) { in getFunctionOrMethodNumArgs() function
261 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()