HomeSort by relevance Sort by last modified time
    Searched refs:lookupPrivateMethod (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Analysis/
CallGraph.cpp 75 D = IDecl->lookupPrivateMethod(Sel);
  /external/clang/lib/AST/
DeclObjC.cpp 599 ObjCMethodDecl *ObjCInterfaceDecl::lookupPrivateMethod(
627 Method = lookupPrivateMethod(Sel, true);
631 return getSuperClass()->lookupPrivateMethod(Sel, Instance);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 817 // Repeatedly calling lookupPrivateMethod() is expensive, especially
840 // Query lookupPrivateMethod() if the cache does not hit.
842 Val = IDecl->lookupPrivateMethod(Sel);
    [all...]

Completed in 201 milliseconds