Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DRedundantStrcatCallsCheck.cpp62 const clang::CallExpr *processArgument(const Expr *Arg, in processArgument() function
98 processArgument(Arg, Result, &CheckResult)) { in processCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp398 static SVal processArgument(SVal Value, const Expr *ArgumentExpr, in processArgument() function
456 std::make_pair(ParamLoc, processArgument(ArgVal, ArgExpr, *I, SVB))); in addParameterValuesToBindings()