Searched refs:hasFunctionProto (Results 1 – 9 of 9) sorted by relevance
34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()59 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleSignalAttr()
34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
273 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
976 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
1510 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
2238 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
570 assert(isFuncOrMethodForAttrSubject(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
55 inline bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
5101 bool HP = hasFunctionProto(D);