Searched refs:hasFunctionProto (Results 1 – 1 of 1) sorted by relevance
89 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function305 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()826 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()7030 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()7103 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()7170 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()7427 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()8131 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()