Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h37 ObjCInstanceMethod, enumerator
H A DClangExpressionSourceCode.cpp337 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls()
478 case WrapKind::ObjCInstanceMethod: in GetText()
H A DClangUserExpression.cpp405 return Kind::ObjCInstanceMethod; in GetWrapKind()
/llvm-project/clang/include/clang/Basic/
H A DAttr.td129 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
591 AttrSubjectMatcherSubRule<"is_instance", [ObjCInstanceMethod]>
1857 let Subjects = SubjectList<[ObjCInstanceMethod]>;