Searched refs:FirstArgExpr (Results 1 – 2 of 2) sorted by relevance
967 const Expr *FirstArgExpr = FunctionExpr->getArg(0)->IgnoreImpCasts(); in ncmpFix() local973 StringRef FirstExprStr = exprToStr(FirstArgExpr, Result).trim(); in ncmpFix()
3739 Expr *FirstArgExpr = AL.getArgAsExpr(2); in handleCallbackAttr() 3741 if (!S.checkUInt32Argument(AL, FirstArgExpr, FirstArg, 3)) in handleCallbackAttr() 3750 << FirstArgExpr->getSourceRange() in handleCallbackAttr() 3751 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(), "0"); in handleCallbackAttr() 3759 << AL << 3 << FirstArgExpr->getSourceRange() in isFunctionLike() 3760 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(),3772 << AL << 3 << FirstArgExpr->getSourceRange(); in handleCalledOnceAttr() 3571 Expr *FirstArgExpr = AL.getArgAsExpr(2); handleFormatAttr() local