Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp277 NotHandled, enumerator
3905 MenuActionResult result = MenuActionResult::NotHandled; in ActionPrivate()
3908 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3912 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3974 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
3983 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
6718 return MenuActionResult::NotHandled; in MenuDelegateAction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6299 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()