Searched refs:getFunctionOrMethodParamType (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 83 static QualType getFunctionOrMethodParamType(const Decl *D, unsigned Idx) { in getFunctionOrMethodParamType() function 1181 !attrNonNullArgCheck(S, getFunctionOrMethodParamType(D, Idx), Attr, in handleNonNullAttr() 1198 QualType T = getFunctionOrMethodParamType(D, I); in handleNonNullAttr() 1366 QualType T = getFunctionOrMethodParamType(D, Idx); in handleOwnershipAttr() 2428 QualType Ty = getFunctionOrMethodParamType(D, Idx); in handleFormatArgAttr() 2613 QualType Ty = getFunctionOrMethodParamType(D, ArgIdx); in handleFormatAttr() 3482 QualType BufferTy = getFunctionOrMethodParamType(D, ArgumentIdx); in handleArgumentWithTypeTagAttr()
|