Home
last modified time | relevance | path

Searched refs:lookupPrivateClassMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2235 Getter = IFace->lookupPrivateClassMethod(GetterSel); in ActOnClassPropertyRefExpr()
2249 Setter = IFace->lookupPrivateClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2534 IT->getDecl()->lookupPrivateClassMethod(SE->getSelector()); in checkFoundationAPI()
2684 Method = Class->lookupPrivateClassMethod(Sel); in BuildClassMessage()
3007 Method = ClassDecl->lookupPrivateClassMethod(Sel); in BuildInstanceMessage()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1367 return RuntimeDefinition(IDecl->lookupPrivateClassMethod(Sel)); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1860 ObjCMethodDecl *lookupPrivateClassMethod(const Selector &Sel) { in lookupPrivateClassMethod() function