Searched refs:todo (Results 1 – 5 of 5) sorted by relevance
343 std::vector<FQName> todo; in isPackageJavaCompatible() local345 coordinator->appendPackageInterfacesToVector(packageFQName, &todo); in isPackageJavaCompatible()352 for (const auto &iface : todo) { in isPackageJavaCompatible()358 while (!todo.empty()) { in isPackageJavaCompatible()359 const FQName fqName = todo.back(); in isPackageJavaCompatible()360 todo.pop_back(); in isPackageJavaCompatible()390 todo.push_back(iface); in isPackageJavaCompatible()
579 # todo list. This list is created by putting \todo commands in the
603 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo604 # list. This list is created by putting \todo commands in the documentation.