Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp75 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
268 (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()