Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp81 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
275 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()
1219 if (Idx < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()
1235 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()
2823 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()
4539 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()