Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp116 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
802 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in checkParamIsIntegerType()
1494 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL, in handleNonNullAttr()
1511 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1650 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in AddAllocAlignAttr()
1760 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleOwnershipAttr()
3363 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex()); in handleFormatArgAttr()
3540 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr()
5835 if (isErrorParameter(S, getFunctionOrMethodParamType(D, I))) in handleSwiftError()
6760 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyX86InterruptAttr()
[all …]