Searched refs:ForEachCallArg (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 817 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process() local 825 ForEachCallArg([this, &Checker, &C, &State](ArgIdxTy I, const Expr *E, SVal) { in process() 831 ForEachCallArg([this, &C, &State](ArgIdxTy I, const Expr *E, SVal S) { in process() 843 ForEachCallArg( in process() 866 ForEachCallArg( in process()
|