Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCallGraph.cpp77 D = IDecl->lookupPrivateClassMethod(Sel); in VisitObjCMessageExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp879 return RuntimeDefinition(IDecl->lookupPrivateClassMethod(Sel)); in getRuntimeDefinition()
/external/clang/lib/Sema/
DSemaExprObjC.cpp1980 Method = Class->lookupPrivateClassMethod(Sel); in BuildClassMessage()
2216 Method = ClassDecl->lookupPrivateClassMethod(Sel); in BuildInstanceMessage()
/external/clang/include/clang/AST/
DDeclObjC.h1151 ObjCMethodDecl *lookupPrivateClassMethod(const Selector &Sel) { in lookupPrivateClassMethod() function