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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1146 ObjCMethodDecl *lookupInstanceMethod(Selector Sel, function in class:clang::ObjCInterfaceDecl
1463 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { function in class:clang::ObjCProtocolDecl
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1567 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel);
1587 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel);
2407 Method = ClassDecl->lookupInstanceMethod(Sel);
H A DSemaDeclObjC.cpp1667 (!Super || !Super->lookupInstanceMethod(method->getSelector()))) {
1678 IDecl->lookupInstanceMethod(method->getSelector(),
H A DSemaStmt.cpp1634 method = iface->lookupInstanceMethod(selector);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp537 Method = lookupInstanceMethod(Sel);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp4975 if (!getter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(getter_sel))
5008 if (!setter_sel.isNull() && !class_interface_decl->lookupInstanceMethod(setter_sel))

Completed in 215 milliseconds