Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp759 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1825 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
2185 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp101 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
H A DSemaExprObjC.cpp2038 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
2058 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2511 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
3077 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
H A DSemaStmt.cpp2259 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp164 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp806 original_interface_decl->lookupInstanceMethod(original_selector)) { in FindObjCMethodDeclsWithOrigin()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp772 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7975 getter = isInstance ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()
8016 setter = isInstance ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()