Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaMSP430.cpp40 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
HDSemaSYCL.cpp192 QualType RetTy = getFunctionOrMethodResultType(D); in handleKernelAttr()
HDSemaSwift.cpp141 QualType RT = getFunctionOrMethodResultType(D); in handleError()
152 QualType RT = getFunctionOrMethodResultType(D); in handleError()
HDSemaMIPS.cpp278 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
HDSemaX86.cpp899 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyInterruptAttr()
HDSemaDeclAttr.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()
HDSemaRISCV.cpp1467 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleInterruptAttr()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDAttr.h98 inline QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function