Home
last modified time | relevance | path

Searched refs:FunctionExprName (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DNotNullTerminatedResultCheck.cpp23 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()
777 Finder->addMatcher(callExpr(AnyOfMatchers).bind(FunctionExprName), this); in registerMatchers()
783 .bind(FunctionExprName), in registerMatchers()
787 has(callExpr(Memchr).bind(FunctionExprName)))) in registerMatchers()
850 diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(), in memoryHandlerFunctionFix()
958 diag(Result.Nodes.getNodeAs<CallExpr>(FunctionExprName)->getBeginLoc(), in strerror_sFix()
[all …]