Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp135 static unsigned getFunctionOrMethodNumArgs(const Decl *D) { in getFunctionOrMethodNumArgs() function
248 const unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in checkFunctionOrMethodArgumentIndex()
1137 NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleAllocSizeAttr()
1209 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleNonNullAttr()
1262 for (unsigned i = 0, e = getFunctionOrMethodNumArgs(D); i != e; ++i) { in handleNonNullAttr()
1341 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleOwnershipAttr()
2983 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleFormatArgAttr()
3169 unsigned NumArgs = getFunctionOrMethodNumArgs(D) + HasImplicitThisParam; in handleFormatAttr()