Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h151 enum AttrHandling { NotHandled, AttributeApplied, AttributeNotApplied }; enumerator
157 return NotHandled; in handleDeclAttribute()
166 return NotHandled; in handleStmtAttribute()
/freebsd/contrib/llvm-project/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()
6720 return MenuActionResult::NotHandled; in MenuDelegateAction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp728 ParsedAttrInfo::NotHandled) { in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp7046 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()