Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp99 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
310 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()
1589 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()
1606 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()
3929 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()
4043 int32_t NumArgs = getFunctionOrMethodNumParams(D); in handleCallbackAttr()
5582 if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) || in handleArgumentWithTypeTagAttr()
6271 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { in handleSwiftError()
7270 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()
7343 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()
[all …]