Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp131 static QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function
818 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()
1547 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()
1583 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()
1632 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()
1949 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()
3375 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()
5848 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
5859 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
7542 QualType RetTy = getFunctionOrMethodResultType(D); in handleSYCLKernelAttr()
[all …]