Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp849 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
/external/clang/include/clang/AST/
DDeclObjC.h1289 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1613 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1619 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1639 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2447 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
DSemaStmt.cpp1701 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/external/clang/lib/AST/
DDeclObjC.cpp623 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/external/lldb/source/Symbol/
DClangASTType.cpp4897 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel)) in AddObjCClassProperty()
4930 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel)) in AddObjCClassProperty()