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

  /external/clang/lib/CodeGen/
CGObjC.cpp 371 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
372 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
375 OMD->getClassInterface(),
438 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD,
443 if (!OMD->hasAttr<NoDebugAttr>())
446 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
448 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
449 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
451 args.push_back(OMD->getSelfDecl());
452 args.push_back(OMD->getCmdDecl())
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 426 const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D);
427 if (OMD && OMD->isPropertyAccessor())
428 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
431 if (OMD)
432 addRedeclaredMethods(OMD, Overridden);
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 897 milliseconds