Searched refs:getFunctionOrMethodResultType (Results 1 – 9 of 9) sorted by relevance
39 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()64 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleSignalAttr()
40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
155 QualType RT = getFunctionOrMethodResultType(D); in handleError()166 QualType RT = getFunctionOrMethodResultType(D); in handleError()
279 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
196 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
986 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyInterruptAttr()
572 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()1353 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()1389 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()1433 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()1509 !getFunctionOrMethodResultType(D)->isPointerType()) { in handleOwnershipAttr()1751 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()3774 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()6700 QualType T = getFunctionOrMethodResultType(D); in handleMIGServerRoutineAttr()
1516 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function