Searched refs:getFunctionOrMethodParamType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 117 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function 812 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1590 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr() 1607 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr() 1746 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr() 1856 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr() 3664 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr() 3870 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr() 6153 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleSwiftError() 7198 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyX86InterruptAttr() [all …]
|