Searched refs:hasFunctionProto (Results 1 – 1 of 1) sorted by relevance
88 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function304 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()816 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()6592 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()6665 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()6732 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()6965 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()7627 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()