Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceDIMetadata.cpp59 if (MDNode *OMD = dyn_cast_or_null<MDNode>(Op)) in identifyUninterestingMDNodes() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp177 for (const auto *OMD: MD->overridden_methods()) in isInMIGCall() local
H A DLocalizationChecker.cpp849 if (const ObjCMethodDecl *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in checkPreObjCMessage() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DMangle.cpp189 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
206 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
H A DDeclPrinter.cpp1289 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
H A DASTContext.cpp585 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getCommentForDecl() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp686 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in EmitObjCMessageExpr() local
752 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod()
807 void CodeGenFunction::GenerateObjCMethod(const ObjCMethodDecl *OMD) { in GenerateObjCMethod()
1052 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() local
1325 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1370 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1638 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter() local
1759 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
H A DCGObjCRuntime.cpp474 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod()
H A DCGObjCGNU.cpp1903 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass()
2910 for (const auto *OMD : Methods) { in GenerateMethodList() local
3953 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
3970 const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
H A DCodeGenFunction.cpp641 else if (auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(F)) in endsWithReturn() local
788 if (const auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in StartFunction() local
H A DCGDebugInfo.cpp266 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
3947 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getObjCMethodDeclaration() local
4099 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in emitFunctionStart() local
4199 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
H A DCGObjCMac.cpp3961 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
3984 CGObjCCommonMac::GenerateDirectMethod(const ObjCMethodDecl *OMD, in GenerateDirectMethod()
4031 CodeGenFunction &CGF, llvm::Function *Fn, const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
5566 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout()
H A DCGDecl.cpp235 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(DC)) in getStaticDeclName() local
H A DCodeGenModule.cpp6406 auto *OMD = cast<ObjCImplementationDecl>(D); in EmitTopLevelDecl() local
6418 auto *OMD = cast<ObjCMethodDecl>(D); in EmitTopLevelDecl() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp438 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
463 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1523 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
H A DSemaObjCProperty.cpp1440 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
1504 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
H A DSemaExprObjC.cpp1747 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() local
H A DSemaDeclAttr.cpp3780 if (auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in handleFormatArgAttr() local
H A DSemaDeclCXX.cpp3194 const CXXMethodDecl *OMD = *MD->begin_overridden_methods(); in DiagnoseAbsenceOfOverrideControl() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DBodyFarm.cpp898 auto *OMD = Ext->getInstanceMethod(D->getSelector()); in getBody() local
H A DAnalysisDeclContext.cpp367 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in getFunctionName() local
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1064 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1174 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1187 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
2921 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
H A DRewriteModernObjC.cpp913 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod() local
1231 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1351 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1364 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
3492 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1132 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in clang_getDeclObjCTypeEncoding() local
H A DCIndex.cpp640 if (auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in VisitDeclContext() local

12