Searched refs:checkFunctionOrMethodParameterIndex (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 255 static bool checkFunctionOrMethodParameterIndex(Sema &S, const Decl *D, in checkFunctionOrMethodParameterIndex() function 1176 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, I + 1, Ex, Idx)) in handleNonNullAttr() 1362 if (!checkFunctionOrMethodParameterIndex(S, D, AL, i, Ex, Idx)) in handleOwnershipAttr() 2424 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 1, IdxExpr, Idx)) in handleFormatArgAttr() 3470 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 2, Attr.getArgAsExpr(1), in handleArgumentWithTypeTagAttr() 3475 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 3, Attr.getArgAsExpr(2), in handleArgumentWithTypeTagAttr()
|