Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaSYCL.cpp192 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
H A DSemaSwift.cpp141 QualType RT = getFunctionOrMethodResultType(D); in handleError()
152 QualType RT = getFunctionOrMethodResultType(D); in handleError()
H A DSemaMIPS.cpp278 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
H A DSemaX86.cpp899 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp568 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()
H A DSemaRISCV.cpp1467 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