Searched refs:getFunctionOrMethodParamType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 119 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function 827 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType() 1605 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr() 1622 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr() 1761 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr() 1871 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr() 3816 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr() 4029 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr() 6486 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleSwiftError() 7658 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyX86InterruptAttr() [all …]
|