Home
last modified time | relevance | path

Searched refs:lookupInstanceMethod (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1513 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1841 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1819 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1839 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2744 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
HDSemaStmt.cpp1727 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1002 …if (ObjCMethodDecl *instance_method_decl = original_interface_decl->lookupInstanceMethod(original_… in FindObjCMethodDeclsWithOrigin()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp681 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp5461 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel)) in AddObjCClassProperty()
5497 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel)) in AddObjCClassProperty()