Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaSYCL.cpp186 if (getFunctionOrMethodNumParams(D) != 1) { in handleKernelAttr()
H A DSemaMIPS.cpp272 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaSwift.cpp127 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { in handleError()
H A DSemaX86.cpp910 unsigned NumParams = getFunctionOrMethodNumParams(D); in handleAnyInterruptAttr()
H A DSemaRISCV.cpp1461 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaDeclAttr.cpp1267 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) && in handleNonNullAttr()
1284 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNonNullAttr()
3505 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleFormatAttr()
3618 int32_t NumArgs = getFunctionOrMethodNumParams(D); in handleCallbackAttr()
5191 if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) || in handleArgumentWithTypeTagAttr()
H A DSemaObjC.cpp2240 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.h4710 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;