Lines Matching refs:FunctionExprName
23 constexpr llvm::StringLiteral FunctionExprName = "FunctionExpr"; variable
375 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in lengthArgPosHandle()
414 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in removeArg()
426 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in renameFunc()
451 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in insertDestCapacityArg()
472 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in insertNullTerminatorExpr()
777 Finder->addMatcher(callExpr(AnyOfMatchers).bind(FunctionExprName), this); in registerMatchers()
783 .bind(FunctionExprName), in registerMatchers()
787 has(callExpr(Memchr).bind(FunctionExprName)))) in registerMatchers()
794 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in check()
850 diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(), in memoryHandlerFunctionFix()
922 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in memchrFix()
958 diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(), in strerror_sFix()
968 const auto *FunctionExpr = Result.Nodes.getNodeAs<CallExpr>(FunctionExprName); in ncmpFix()
1004 diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(), in xfrmFix()