Searched refs:MatchedCall (Results 1 – 3 of 3) sorted by relevance
55 const auto *MatchedCall = Result.Nodes.getNodeAs<CallExpr>(FuncBindingStr); in insertMacroFlag() local56 const auto *FlagArg = MatchedCall->getArg(ArgPos); in insertMacroFlag()76 const auto *MatchedCall = Result.Nodes.getNodeAs<CallExpr>(FuncBindingStr); in replaceFunc() local77 diag(MatchedCall->getBeginLoc(), WarningMsg) in replaceFunc()78 << FixItHint::CreateReplacement(MatchedCall->getSourceRange(), FixMsg); in replaceFunc()84 const auto *MatchedCall = Result.Nodes.getNodeAs<CallExpr>(FuncBindingStr); in insertStringFlag() local86 const auto *ModeArg = MatchedCall->getArg(ArgPos); in insertStringFlag()104 const auto *MatchedCall = Result.Nodes.getNodeAs<CallExpr>(FuncBindingStr); in getSpellingArg() local107 CharSourceRange::getTokenRange(MatchedCall->getArg(N)->getSourceRange()), in getSpellingArg()
46 const auto *MatchedCall = Result.Nodes.getNodeAs<CallExpr>("call"); in check() local49 if (InsideMacroDefinition(Result, MatchedCall->getSourceRange())) in check()52 const Expr *Arg = MatchedCall->getArg(0)->IgnoreImpCasts(); in check()62 diag(MatchedCall->getBeginLoc(), in check()64 MatchedCall->getDirectCallee()->getName()) in check()
23 const CallExpr *MatchedCall = cast<CallExpr>( in getFunctionSpelling() local27 MatchedCall->getCallee()->getSourceRange()), in getFunctionSpelling()