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 430 ObjCMethodDecl *ObjCInterfaceDecl::lookupPrivateMethod(
458 Method = lookupPrivateMethod(Sel, true);
462 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 839 // Repeatedly calling lookupPrivateMethod() is expensive, especially
862 // Query lookupPrivateMethod() if the cache does not hit.
864 Val = IDecl->lookupPrivateMethod(Sel);
    [all...]

Completed in 300 milliseconds