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 372 ObjCMethodDecl *IMD =
375 if (IMD) {
379 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
389 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 767 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
768 return IMD->getClassInterface();
861 IMD = dyn_cast<ObjCImplDecl>(Method->getDeclContext())) {
862 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
ASTContext.cpp 371 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
372 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 129 milliseconds