Searched refs:getFunctionOrMethodResultType (Results 1 – 8 of 8) sorted by relevance
40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
192 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
141 QualType RT = getFunctionOrMethodResultType(D); in handleError()152 QualType RT = getFunctionOrMethodResultType(D); in handleError()
278 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
899 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyInterruptAttr()
568 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()1322 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()1358 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()1407 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()1711 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()3351 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()5957 QualType T = getFunctionOrMethodResultType(D); in handleMIGServerRoutineAttr()
1467 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function