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

  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGObjC.cpp 233 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
234 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
237 OMD->getClassInterface(),
300 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD,
305 if (CGM.getModuleDebugInfo() && !OMD->hasAttr<NoDebugAttr>())
308 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
310 const CGFunctionInfo &FI = CGM.getTypes().getFunctionInfo(OMD);
311 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
313 args.push_back(OMD->getSelfDecl());
314 args.push_back(OMD->getCmdDecl())
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 1709 milliseconds