Searched refs:anyDescendantIsLocal (Results 1 – 1 of 1) sorted by relevance
185 static bool anyDescendantIsLocal(const Stmt *Statement) { in anyDescendantIsLocal() function195 return any_of(Statement->children(), anyDescendantIsLocal); in anyDescendantIsLocal()312 } else if (anyDescendantIsLocal(B.E)) { in buildBindArguments()