Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp96 static unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
307 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam; in checkFunctionOrMethodParameterIndex()
1491 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()
1508 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()
3407 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()
3527 int32_t NumArgs = getFunctionOrMethodNumParams(D); in handleCallbackAttr()
5042 if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) || in handleArgumentWithTypeTagAttr()
5726 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { in handleSwiftError()
6484 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()
6557 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()
[all …]