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 513 ObjCMethodDecl *ObjCInterfaceDecl::lookupPrivateMethod(
541 Method = lookupPrivateMethod(Sel, true);
545 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 824 // Repeatedly calling lookupPrivateMethod() is expensive, especially
847 // Query lookupPrivateMethod() if the cache does not hit.
849 Val = IDecl->lookupPrivateMethod(Sel);
    [all...]

Completed in 146 milliseconds