Home
last modified time | relevance | path

Searched refs:firstChild (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dqconf.h140 ConfigItem* firstChild() const in firstChild() function
H A Dqconf.cc610 last = parent->firstChild(); in updateMenuList()
614 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
647 last = parent->firstChild(); in updateMenuList()