HomeSort by relevance Sort by last modified time
    Searched defs:OMD (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGObjC.cpp 399 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
400 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
403 OMD->getClassInterface(),
466 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD,
471 if (!OMD->hasAttr<NoDebugAttr>())
474 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
476 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
477 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
479 args.push_back(OMD->getSelfDecl());
480 args.push_back(OMD->getCmdDecl())
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 448 const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D);
449 if (OMD && OMD->isPropertyAccessor())
450 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
453 if (OMD)
454 addRedeclaredMethods(OMD, Overridden);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 48 milliseconds