Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1845 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
2226 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp136 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp2050 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
2069 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2523 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
3082 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
H A DSemaObjC.cpp174 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp748 original_interface_decl->lookupInstanceMethod(original_selector)) { in FindObjCMethodDeclsWithOrigin()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp779 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8087 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()
8129 setter = isInstance ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()