Searched refs:getFunctionOrMethodParamType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 89 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function 1220 !attrNonNullArgCheck(S, getFunctionOrMethodParamType(D, Idx), Attr, in handleNonNullAttr() 1237 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr() 1413 QualType T = getFunctionOrMethodParamType(D, Idx); in handleOwnershipAttr() 2686 QualType Ty = getFunctionOrMethodParamType(D, Idx); in handleFormatArgAttr() 2871 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr() 3916 QualType BufferTy = getFunctionOrMethodParamType(D, ArgumentIdx); in handleArgumentWithTypeTagAttr()
|