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

  /external/clang/lib/CodeGen/
CGObjC.cpp 396 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
397 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
400 OMD->getClassInterface(),
463 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD,
468 if (OMD->hasAttr<NoDebugAttr>())
471 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
473 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
474 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
476 args.push_back(OMD->getSelfDecl());
477 args.push_back(OMD->getCmdDecl())
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 465 const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D);
466 if (OMD && OMD->isPropertyAccessor())
467 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
470 if (OMD)
471 addRedeclaredMethods(OMD, Overridden);
    [all...]

Completed in 192 milliseconds