Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp185 static bool anyDescendantIsLocal(const Stmt *Statement) { in anyDescendantIsLocal() function
195 return any_of(Statement->children(), anyDescendantIsLocal); in anyDescendantIsLocal()
312 } else if (anyDescendantIsLocal(B.E)) { in buildBindArguments()