Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp88 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function
1186 !attrNonNullArgCheck(S, getFunctionOrMethodParamType(D, Idx), Attr, in handleNonNullAttr()
1203 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr()
1371 QualType T = getFunctionOrMethodParamType(D, Idx); in handleOwnershipAttr()
2483 QualType Ty = getFunctionOrMethodParamType(D, Idx); in handleFormatArgAttr()
2670 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr()
3549 QualType BufferTy = getFunctionOrMethodParamType(D, ArgumentIdx); in handleArgumentWithTypeTagAttr()