Searched refs:todo (Results 1 – 4 of 4) sorted by relevance
339 std::vector<FQName> todo; in isPackageJavaCompatible() local341 coordinator->appendPackageInterfacesToVector(packageFQName, &todo); in isPackageJavaCompatible()348 for (const auto &iface : todo) { in isPackageJavaCompatible()354 while (!todo.empty()) { in isPackageJavaCompatible()355 const FQName fqName = todo.back(); in isPackageJavaCompatible()356 todo.pop_back(); in isPackageJavaCompatible()386 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.