Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp133 static QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function
829 QualType RetTy = getFunctionOrMethodResultType(D); in handleAllocSizeAttr()
1644 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()
1680 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()
1729 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()
2045 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()
3776 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()
6285 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
6296 QualType RT = getFunctionOrMethodResultType(D); in handleSwiftError()
7276 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleMSP430InterruptAttr()
[all …]