Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp761 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1844 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.cpp150 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp2038 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
2057 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2512 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
3071 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
H A DSemaObjC.cpp170 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp749 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.cpp776 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8024 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()
8065 setter = isInstance ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()