src/HierarchyUtils.h [183:191]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (cexpr) { result_list.push_back(cexpr); } if (depth > 0 || depth == -1) { if (depth > 0) { --depth; } for (auto *child : stmt->children()) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/checks/level2/virtual-call-ctor.cpp [34:42]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if (cexpr) { result_list.push_back(cexpr); } if (depth > 0 || depth == -1) { if (depth > 0) { --depth; } for (auto *child : stmt->children()) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -