Searched refs:hasFunctionProto (Results 1 – 1 of 1) sorted by relevance
87 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function303 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()815 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()6484 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()6557 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()6624 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()6857 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()7505 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()