Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp677 Method = InterfaceDecl->lookupInstanceMethod(Sel); in findMethodDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1847 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
2189 ObjCMethodDecl *lookupInstanceMethod(Selector Sel) const { in lookupInstanceMethod() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1860 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1880 ObjCMethodDecl *Setter = IFace->lookupInstanceMethod(SetterSel); in HandleExprPropertyRefExpr()
2329 OPT->getInterfaceDecl()->lookupInstanceMethod(SE->getSelector()); in checkFoundationAPI()
2893 Method = ClassDecl->lookupInstanceMethod(Sel); in BuildInstanceMessage()
H A DSemaStmt.cpp1864 method = iface->lookupInstanceMethod(selector); in CheckObjCForCollectionOperand()
H A DSemaDeclAttr.cpp7406 ObjCMethodDecl *Init = ClassReceiver->lookupInstanceMethod( in ShouldDiagnoseAvailabilityOfDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1290 Val = IDecl->lookupInstanceMethod(Sel); in getRuntimeDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp165 if (const ObjCMethodDecl *MD = IFace->lookupInstanceMethod(subscriptSel)) { in canRewriteToSubscriptSyntax()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp763 Method = lookupInstanceMethod(Sel); in lookupPrivateMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1083 original_interface_decl->lookupInstanceMethod(original_selector)) { in FindObjCMethodDeclsWithOrigin()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp8516 ? class_interface_decl->lookupInstanceMethod(getter_sel) in AddObjCClassProperty()
8547 ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()