Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaSYCL.cpp190 if (getFunctionOrMethodNumParams(D) != 1) { in handleKernelAttr()
H A DSemaMIPS.cpp273 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaSwift.cpp132 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); I != E; ++I) { in handleError()
H A DSemaX86.cpp1156 unsigned NumParams = getFunctionOrMethodNumParams(D);
H A DSemaRISCV.cpp1459 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
H A DSemaDeclAttr.cpp1320 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) &&
1337 for (unsigned I = 0, E = getFunctionOrMethodNumParams(D); in handleNoEscapeAttr()
3680 unsigned NumArgs = getFunctionOrMethodNumParams(D) + HasImplicitThisParam; in handleCallbackAttr()
3793 int32_t NumArgs = getFunctionOrMethodNumParams(D); in handleTransparentUnionAttr()
5469 if (ArgumentIdxAST >= getFunctionOrMethodNumParams(D) || in handleAbiTagAttr()
H A DSemaObjC.cpp2241 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
/llvm-project/clang/include/clang/Sema/
H A DAttr.h64 inline unsigned getFunctionOrMethodNumParams(const Decl *D) { in getFunctionOrMethodNumParams() function
H A DSema.h4718 (HP ? getFunctionOrMethodNumParams(D) : 0) + HasImplicitThisParam;