Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
59 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleSignalAttr()
H A DSemaMSP430.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaMIPS.cpp273 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaSYCL.cpp190 if (getFunctionOrMethodNumParams(D) != 1) { in handleKernelAttr()
H A DSemaSwift.cpp141 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { in handleError()
H A DSemaX86.cpp997 unsigned NumParams = getFunctionOrMethodNumParams(D); in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp1298 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()
1315 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()
3965 Info->NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttrCommon()
4106 int32_t NumArgs = getFunctionOrMethodNumParams(D); in handleCallbackAttr()
5890 if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) || in handleArgumentWithTypeTagAttr()
H A DSemaRISCV.cpp1510 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaObjC.cpp2238 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h64 inline unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
H A DSema.h5105 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;