Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaSYCL.cpp196 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
H A DSemaSwift.cpp146 QualType RT = getFunctionOrMethodResultType(D); in handleError()
157 QualType RT = getFunctionOrMethodResultType(D); in handleError()
H A DSemaMIPS.cpp279 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaX86.cpp1145 if (!getFunctionOrMethodResultType(D)->isVoidType()) {
H A DSemaDeclAttr.cpp592 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()
H A DSemaRISCV.cpp1465 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
/llvm-project/clang/include/clang/Sema/
H A DAttr.h98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function