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 452 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl);
453 bool isCategoryImpl = isa<ObjCCategoryImplDecl>(OMD->getDeclContext());
456 OMD->getClassInterface(),
518 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD,
520 SourceLocation StartLoc = OMD->getLocStart();
523 if (OMD->hasAttr<NoDebugAttr>())
526 llvm::Function *Fn = CGM.getObjCRuntime().GenerateMethod(OMD, CD);
528 const CGFunctionInfo &FI = CGM.getTypes().arrangeObjCMethodDeclaration(OMD);
529 CGM.SetInternalFunctionAttributes(OMD, Fn, FI);
531 args.push_back(OMD->getSelfDecl())
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 91 const auto *OMD = dyn_cast<ObjCMethodDecl>(D);
92 if (!OMD)
94 const ObjCInterfaceDecl *OID = OMD->getClassInterface();
100 Cat->getMethod(OMD->getSelector(), OMD->isInstanceMethod()))
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 467 const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D);
468 if (OMD && OMD->isPropertyAccessor())
469 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl())
472 if (OMD)
473 addRedeclaredMethods(OMD, Overridden);
    [all...]

Completed in 268 milliseconds