Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DAttr.h83 inline QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp1007 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyInterruptAttr()
1022 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyInterruptAttr()
1023 Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) { in handleAnyInterruptAttr()
H A DSemaDeclAttr.cpp556 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1300 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr()
1317 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1448 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr()
1529 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr()
1805 !getFunctionOrMethodParamType(DeallocFD, DeallocPtrIdx.getASTIndex()) in handleRestrictAttr()
1820 getFunctionOrMethodParamType(DeallocFD, DeallocPtrIdx.getASTIndex()); in handleRestrictAttr()
3764 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr()
4012 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttrCommon()
4188 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in handleCallbackAttr()
[all …]
H A DSemaSwift.cpp142 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleError()