Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.h37 ObjCInstanceMethod, enumerator
DClangExpressionSourceCode.cpp325 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls()
466 case WrapKind::ObjCInstanceMethod: in GetText()
DClangUserExpression.cpp407 return Kind::ObjCInstanceMethod; in GetWrapKind()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttr.td119 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
519 AttrSubjectMatcherSubRule<"is_instance", [ObjCInstanceMethod]>
1548 let Subjects = SubjectList<[ObjCInstanceMethod]>;