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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp121 D = IDecl->lookupPrivateMethod(Sel);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp739 ObjCMethodDecl *ObjCInterfaceDecl::lookupPrivateMethod( function in class:ObjCInterfaceDecl
766 Method = lookupPrivateMethod(Sel, true);
770 return getSuperClass()->lookupPrivateMethod(Sel, Instance);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp1571 Getter = IFace->lookupPrivateMethod(Sel, false);
1582 Setter = IFace->lookupPrivateMethod(SetterSel, false);
H A DSemaExprObjC.cpp1820 if (ObjCMethodDecl *method = iface->lookupPrivateMethod(sel, isInstance))
1920 Getter = IFace->lookupPrivateMethod(Sel);
1941 Setter = IFace->lookupPrivateMethod(SetterSel);
2387 OPT->getInterfaceDecl()->lookupPrivateMethod(SE->getSelector());
2952 Method = ClassDecl->lookupPrivateMethod(Sel);
H A DSemaStmt.cpp1880 if (!method) method = iface->lookupPrivateMethod(selector);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1873 ObjCMethodDecl *lookupPrivateMethod(const Selector &Sel,
1877 return lookupPrivateMethod(Sel, false);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1257 // Repeatedly calling lookupPrivateMethod() is expensive, especially
1278 // Query lookupPrivateMethod() if the cache does not hit.
1280 Val = IDecl->lookupPrivateMethod(Sel);

Completed in 112 milliseconds