Home
last modified time | relevance | path

Searched defs:OMD (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/AST/
DMangle.cpp143 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
158 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
DDeclPrinter.cpp1037 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
DASTContext.cpp466 const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D); in getCommentForDecl() local
/external/clang/lib/CodeGen/
DCGObjC.cpp452 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in EmitObjCMessageExpr() local
518 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod()
558 void CodeGenFunction::GenerateObjCMethod(const ObjCMethodDecl *OMD) { in GenerateObjCMethod()
802 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter() local
1036 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1081 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1332 ObjCMethodDecl *OMD = PD->getSetterMethodDecl(); in GenerateObjCSetter() local
1451 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
DCGDebugInfo.cpp217 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
2699 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionStart() local
2760 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
DCodeGenModule.cpp3569 auto *OMD = cast<ObjCImplementationDecl>(D); in EmitTopLevelDecl() local
3581 auto *OMD = cast<ObjCMethodDecl>(D); in EmitTopLevelDecl() local
DCodeGenFunction.cpp633 else if (auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(F)) in endsWithReturn() local
DCGDecl.cpp168 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(DC)) in getStaticDeclName() local
DCGObjCMac.cpp3553 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
4922 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout()
DCGObjCGNU.cpp2615 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
/external/clang/lib/Sema/
DSemaExprMember.cpp402 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
426 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1475 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
DSemaExprObjC.cpp1537 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() local
DSemaCodeComplete.cpp2681 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(ND)) in CreateCodeCompletionString() local
DSemaDeclCXX.cpp1958 const CXXMethodDecl *OMD = *MD->begin_overridden_methods(); in DiagnoseAbsenceOfOverrideControl() local
DSemaExpr.cpp87 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in HasRedeclarationWithoutAvailabilityInCategory() local
/external/clang/tools/libclang/
DCXType.cpp890 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in clang_getDeclObjCTypeEncoding() local
DCIndex.cpp3697 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(ND)) in getDeclSpelling() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1060 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1168 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1179 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
2925 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
DRewriteModernObjC.cpp1255 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1373 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1384 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
3531 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local