Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
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()
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()
[all …]