Searched refs:hasFunctionProto (Results 1 – 8 of 8) sorted by relevance
34 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
272 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
889 if (!isFuncOrMethodForAttrSubject(D) || !hasFunctionProto(D) || in handleAnyInterruptAttr()
1461 if (hasFunctionProto(D) && getFunctionOrMethodNumParams(D) != 0) { in handleInterruptAttr()
2240 hasFunctionProto(D) ? getFunctionOrMethodNumParams(D) : 0; in handleExternallyRetainedAttr()
566 assert(isFuncOrMethodForAttrSubject(D) && hasFunctionProto(D)); in handleAllocSizeAttr()
55 inline bool hasFunctionProto(const Decl *D) { in hasFunctionProto() function
4706 bool HP = hasFunctionProto(D);