Searched refs:copy_depth (Results 1 – 2 of 2) sorted by relevance
106 clazz.copy_depth.emplace(fd, depth); in copy_method()137 static int copy_depth(const isl_class &clazz, FunctionDecl *fd) in copy_depth() function139 if (clazz.copy_depth.count(fd) == 0) in copy_depth()141 return clazz.copy_depth.at(fd); in copy_depth()168 if (copy_depth(clazz, m) <= depth) in is_overridden()189 depth = copy_depth(super, fd) + 1; in copy_methods()
96 std::map<clang::FunctionDecl *, int> copy_depth; member