Searched refs:hasFunctionProto (Results 1 – 1 of 1) sorted by relevance
91 static bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function310 bool HP = hasFunctionProto(D); in checkFunctionOrMethodParameterIndex()841 assert(isFunctionOrMethod(D) && hasFunctionProto(D)); in handleAllocSizeAttr()7489 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMSP430InterruptAttr()7562 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleMipsInterruptAttr()7629 if (!isFunctionOrMethod(D) || !hasFunctionProto(D) || isInstanceMethod(D) || in handleAnyX86InterruptAttr()7888 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleRISCVInterruptAttr()8753 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleObjCExternallyRetainedAttr()