Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaX86.cpp1166 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) {
1181 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() ||
1182 Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) {
H A DSemaSwift.cpp133 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleError()
H A DSemaDeclAttr.cpp576 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleAllocSizeAttr()
1322 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleReturnsNonNullAttr()
1339 QualType T = getFunctionOrMethodParamType(D, I); in handleNoEscapeAttr()
1477 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr()
1559 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleWeakRefAttr()
3516 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatAttr()
3728 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleCallbackAttr()
3875 getFunctionOrMethodParamType(D, CalleeIdx - HasImplicitThisParam) in AddAlignValueAttr()
5470 !getFunctionOrMethodParamType(D, ArgumentIdxAST)->isPointerType()) in handleAbiTagAttr()
/llvm-project/clang/include/clang/Sema/
H A DAttr.h83 inline QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function