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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 106 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
107 if (!IMD)
116 I = IMD->propimpl_begin(), EI = IMD->propimpl_end(); I != EI; ++I) {
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 287 ObjCImplementationDecl *IMD,
781 ObjCImplementationDecl *IMD,
    [all...]
RewriteObjC.cpp 273 ObjCImplementationDecl *IMD,
763 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 330 if (ObjCMethodDecl *IMD =
333 dyn_cast<NamedDecl>(IMD),
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 677 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
678 return IMD->getClassInterface();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 894 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
895 ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]

Completed in 119 milliseconds