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