Searched refs:getFunctionOrMethodResultType (Results 1 – 8 of 8) sorted by relevance
40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
196 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
146 QualType RT = getFunctionOrMethodResultType(D); in handleError() 157 QualType RT = getFunctionOrMethodResultType(D); in handleError()
279 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
1145 if (!getFunctionOrMethodResultType(D)->isVoidType()) {
592 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr() 1375 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr() 1411 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr() 1460 QualType ResultType = getFunctionOrMethodResultType(D); in handleOwnershipAttr() 1539 !getFunctionOrMethodResultType(D)->isPointerType()) { in handleOwnershipAttr() 1781 QualType ResultType = getFunctionOrMethodResultType(D); in handleCPUSpecificAttr() 3526 Ty = getFunctionOrMethodResultType(D); in handleFormatAttr() 6245 QualType T = getFunctionOrMethodResultType(D); in handleVTablePointerAuthentication()
1465 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function