Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCallGraph.cpp77 D = IDecl->lookupPrivateClassMethod(Sel); in VisitObjCMessageExpr()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp865 return RuntimeDefinition(IDecl->lookupPrivateClassMethod(Sel)); in getRuntimeDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp1978 Getter = IFace->lookupPrivateClassMethod(Sel); in ActOnClassPropertyRefExpr()
1997 Setter = IFace->lookupPrivateClassMethod(SetterSel); in ActOnClassPropertyRefExpr()
2386 Method = Class->lookupPrivateClassMethod(Sel); in BuildClassMessage()
2678 Method = ClassDecl->lookupPrivateClassMethod(Sel); in BuildInstanceMessage()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1527 ObjCMethodDecl *lookupPrivateClassMethod(const Selector &Sel) { in lookupPrivateClassMethod() function