Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp646 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
/external/clang/include/clang/AST/
DDeclObjC.h1508 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
1836 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp907 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.cpp1819 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1839 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2746 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
DSemaStmt.cpp1727 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/external/clang/lib/AST/
DDeclObjC.cpp706 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()