Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp80 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
273 (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()