Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp122 static QualType getFunctionOrMethodResultType(const Decl *D) { in getFunctionOrMethodResultType() function
1569 QualType ResultType = getFunctionOrMethodResultType(D); in handleReturnsNonNullAttr()
1610 QualType ResultType = getFunctionOrMethodResultType(D); in AddAssumeAlignedAttr()
1661 QualType ResultType = getFunctionOrMethodResultType(D); in AddAllocAlignAttr()
1945 QualType ResultType = getFunctionOrMethodResultType(D); in handleRestrictAttr()
3253 Ty = getFunctionOrMethodResultType(D); in handleFormatArgAttr()
5405 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleMSP430InterruptAttr()
5480 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleMipsInterruptAttr()
5515 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleAnyX86InterruptAttr()
5678 if (!getFunctionOrMethodResultType(D)->isVoidType()) { in handleRISCVInterruptAttr()