Searched refs:getFunctionOrMethodParamType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaX86.cpp | 1166 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { 1181 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || 1182 Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) {
|
| H A D | SemaSwift.cpp | 133 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleError()
|
| H A D | SemaDeclAttr.cpp | 576 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 D | Attr.h | 83 inline QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
|