Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp93 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
1240 !attrNonNullArgCheck(S, getFunctionOrMethodParamType(D, Idx), Attr, in handleNonNullAttr()
1257 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1433 QualType T = getFunctionOrMethodParamType(D, Idx); in handleOwnershipAttr()
2759 QualType Ty = getFunctionOrMethodParamType(D, Idx); in handleFormatArgAttr()
2944 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr()
4145 QualType BufferTy = getFunctionOrMethodParamType(D, ArgumentIdx); in handleArgumentWithTypeTagAttr()
4878 if (!getFunctionOrMethodParamType(D, 0)->isPointerType()) { in handleAnyX86InterruptAttr()
4893 (!getFunctionOrMethodParamType(D, 1)->isUnsignedIntegerType() || in handleAnyX86InterruptAttr()
4894 S.Context.getTypeSize(getFunctionOrMethodParamType(D, 1)) != TypeSize)) { in handleAnyX86InterruptAttr()