Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h139 NotHandled, enumerator
148 return NotHandled; in handleDeclAttribute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp278 NotHandled, enumerator
3906 MenuActionResult result = MenuActionResult::NotHandled; in ActionPrivate()
3909 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3913 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3975 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
3984 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
6697 return MenuActionResult::NotHandled; in MenuDelegateAction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp8620 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()