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

  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 107 ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(D->getDeclContext());
108 if (!IMD)
116 for (auto *PID : IMD->property_impls()) {
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 330 ObjCImplementationDecl *IMD,
    [all...]
RewriteObjC.cpp 276 ObjCImplementationDecl *IMD,
776 ObjCImplementationDecl *IMD,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 370 ObjCMethodDecl *IMD =
373 if (IMD) {
377 dyn_cast<ObjCContainerDecl>(IMD->getDeclContext());
392 dyn_cast<NamedDecl>(IMD),
    [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 948 if (ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(getDeclContext()))
949 return IMD->getClassInterface();
    [all...]
ASTContext.cpp 404 if (const ObjCImplDecl *IMD = dyn_cast<ObjCImplDecl>(DC)) {
405 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 224 MDNode *IMD = I->getMetadata(Kind);
231 MD = MDNode::getMostGenericTBAA(MD, IMD);
234 MD = MDNode::getMostGenericFPMath(MD, IMD);
    [all...]

Completed in 1198 milliseconds