Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp671 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1749 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
2078 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp983 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1818 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1838 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2764 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
DSemaStmt.cpp1748 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/external/clang/lib/AST/
DDeclObjC.cpp734 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()