Home
last modified time | relevance | path

Searched refs:getFunctionOrMethodResultType (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAVR.cpp39 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
64 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleSignalAttr()
H A DSemaMSP430.cpp40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaSwift.cpp155 QualType RT = getFunctionOrMethodResultType(D); in handleError()
166 QualType RT = getFunctionOrMethodResultType(D); in handleError()
H A DSemaMIPS.cpp279 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaSYCL.cpp196 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
H A DSemaX86.cpp986 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp572 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()
H A DSemaRISCV.cpp1516 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function