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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 93 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
94 if (!IMD)
103 I = IMD->propimpl_begin(), EI = IMD->propimpl_end(); I != EI; ++I) {
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 246 ObjCImplementationDecl *IMD,
769 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 544 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
545 return IMD->getClassInterface();
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaDeclObjC.cpp 382 if (ObjCMethodDecl *IMD =
385 dyn_cast<NamedDecl>(IMD),
    [all...]

Completed in 256 milliseconds