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