Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h149 enum AttrHandling { NotHandled, AttributeApplied, AttributeNotApplied }; enumerator
155 return NotHandled; in handleDeclAttribute()
/src/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()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6299 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()