Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp115 static bool tryCaptureAsMemberVariable(const MatchFinder::MatchResult &Result,
165 tryCaptureAsMemberVariable(Result, B, CE->getArg(0))) { in initializeBindArgumentForCallExpr()
220 static bool tryCaptureAsMemberVariable(const MatchFinder::MatchResult &Result, in tryCaptureAsMemberVariable() function
224 return tryCaptureAsMemberVariable(Result, B, CE->getArg(0)); in tryCaptureAsMemberVariable()
301 tryCaptureAsMemberVariable(Result, B, B.E)) in buildBindArguments()