Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1137 ObjCMethodDecl *lookupInstanceMethod(Selector Sel,
1437 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/external/clang/lib/Sema/
DSemaExprObjC.cpp1450 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1470 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2280 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
DSemaDeclObjC.cpp1611 (!Super || !Super->lookupInstanceMethod(method->getSelector()))) { in CheckProtocolMethodDefs()
1622 IDecl->lookupInstanceMethod(method->getSelector(), in CheckProtocolMethodDefs()
DSemaStmt.cpp1523 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/external/clang/lib/AST/
DDeclObjC.cpp454 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()