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 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
108 if (!IMD)
117 I = IMD->propimpl_begin(), EI = IMD->propimpl_end(); I != EI; ++I) {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 373 ObjCMethodDecl *IMD =
376 if (IMD) {
380 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
390 dyn_cast<NamedDecl>(IMD),
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 275 ObjCImplementationDecl *IMD,
769 ObjCImplementationDecl *IMD,
    [all...]
RewriteModernObjC.cpp 315 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 856 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
857 return IMD->getClassInterface();
    [all...]
ASTContext.cpp 386 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
387 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1314 milliseconds