Searched refs:checkFunctionOrMethodParameterIndex (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 260 static bool checkFunctionOrMethodParameterIndex(Sema &S, const Decl *D, in checkFunctionOrMethodParameterIndex() function 1181 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, I + 1, Ex, Idx)) in handleNonNullAttr() 1367 if (!checkFunctionOrMethodParameterIndex(S, D, AL, i, Ex, Idx)) in handleOwnershipAttr() 2479 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 1, IdxExpr, Idx)) in handleFormatArgAttr() 3537 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 2, Attr.getArgAsExpr(1), in handleArgumentWithTypeTagAttr() 3542 if (!checkFunctionOrMethodParameterIndex(S, D, Attr, 3, Attr.getArgAsExpr(2), in handleArgumentWithTypeTagAttr()
|