Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h115 NotHandled, enumerator
124 return NotHandled; in handleDeclAttribute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp271 NotHandled, enumerator
2693 MenuActionResult result = MenuActionResult::NotHandled; in ActionPrivate()
2696 if (result != MenuActionResult::NotHandled) in ActionPrivate()
2700 if (result != MenuActionResult::NotHandled) in ActionPrivate()
2762 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
2771 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
5166 return MenuActionResult::NotHandled; in MenuDelegateAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7830 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()