Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp132 static QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function
828 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()
1643 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()
1679 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()
1728 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()
2045 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()
3675 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()
6166 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
6177 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
8046 QualType RetTy = getFunctionOrMethodResultType(D); in handleSYCLKernelAttr()
[all …]