Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DParsedAttr.h139 NotHandled, enumerator
148 return NotHandled; in handleDeclAttribute()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp277 NotHandled, enumerator
3904 MenuActionResult result = MenuActionResult::NotHandled; in ActionPrivate()
3907 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3911 if (result != MenuActionResult::NotHandled) in ActionPrivate()
3973 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
3982 m_submenus(), m_canned_result(MenuActionResult::NotHandled), in Menu()
6695 return MenuActionResult::NotHandled; in MenuDelegateAction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp8380 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()