Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.h36 ObjCInstanceMethod, enumerator
DClangExpressionSourceCode.cpp283 const bool is_objc = m_wrap_kind == WrapKind::ObjCInstanceMethod || in AddLocalVariableDecls()
429 case WrapKind::ObjCInstanceMethod: in GetText()
DClangUserExpression.cpp409 return Kind::ObjCInstanceMethod; in GetWrapKind()
/external/clang/include/clang/Basic/
DAttr.td90 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
870 let Subjects = SubjectList<[ObjCInstanceMethod], WarnDiag,
/external/llvm-project/clang/include/clang/Basic/
DAttr.td104 def ObjCInstanceMethod : SubsetSubject<ObjCMethod,
476 AttrSubjectMatcherSubRule<"is_instance", [ObjCInstanceMethod]>
1405 let Subjects = SubjectList<[ObjCInstanceMethod]>;