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

  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/base/
InputManagerEventInjectionStrategy.java 64 Method getInstanceMethod = inputManagerClassObject.getDeclaredMethod("getInstance");
65 getInstanceMethod.setAccessible(true);
67 instanceInputManagerObject = getInstanceMethod.invoke(inputManagerClassObject);
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 190 InterfD->getInstanceMethod(PD->getGetterName());
192 InterfD->getInstanceMethod(PD->getSetterName());
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExprMember.cpp 401 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
425 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) {
    [all...]
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 116 if (ObjCMethodDecl *MD = Cat->getInstanceMethod(Sel))
443 if (const ObjCMethodDecl *MD = IFace->getInstanceMethod(Sel)) {
451 if (const ObjCMethodDecl *MD = Ext->getInstanceMethod(Sel)) {
611 Method = Instance ? ImpDecl->getInstanceMethod(Sel)
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 584 ObjCMethodDecl *getInstanceMethod(Selector Sel,
822 return isInstance ? getInstanceMethod(Sel)
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 1733 milliseconds