Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp134 static QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function
843 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()
1658 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()
1694 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()
1743 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()
2066 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()
3827 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()
6499 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
6510 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
8668 QualType RetTy = getFunctionOrMethodResultType(D); in handleSYCLKernelAttr()
[all …]