Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMIGChecker.cpp180 for (const auto *OMD: MD->overridden_methods()) in isInMIGCall() local
HDLocalizationChecker.cpp844 if (const ObjCMethodDecl *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in checkPreObjCMessage() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDMangle.cpp189 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
210 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
HDDeclPrinter.cpp1385 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
HDASTContext.cpp606 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getCommentForDecl() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.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()
1053 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() local
1324 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1368 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1632 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter() local
1753 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
HDCGObjCRuntime.cpp469 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod()
HDCGObjCGNU.cpp1911 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass()
2026 const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
3036 for (const auto *OMD : Methods) { in GenerateMethodList() local
4057 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
4110 const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
HDCodeGenFunction.cpp686 else if (auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(F)) in endsWithReturn() local
855 if (const auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in StartFunction() local
HDCGObjCMac.cpp3947 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
3970 CGObjCCommonMac::GenerateDirectMethod(const ObjCMethodDecl *OMD, in GenerateDirectMethod()
4016 CodeGenFunction &CGF, llvm::Function *Fn, const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
5534 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout()
HDCGDebugInfo.cpp275 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
4246 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getObjCMethodDeclaration() local
4398 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in emitFunctionStart() local
4498 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
HDCGDecl.cpp237 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(DC)) in getStaticDeclName() local
HDCodeGenModule.cpp6997 auto *OMD = cast<ObjCImplementationDecl>(D); in EmitTopLevelDecl() local
7009 auto *OMD = cast<ObjCMethodDecl>(D); in EmitTopLevelDecl() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprMember.cpp514 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
539 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1569 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
HDSemaObjCProperty.cpp1418 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
1482 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
HDSemaExprObjC.cpp1763 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() local
HDSemaDeclAttr.cpp3355 if (auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in handleFormatArgAttr() local
HDSemaChecking.cpp5835 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in checkFormatStringExpr() local
HDSemaDeclCXX.cpp3230 const CXXMethodDecl *OMD = *MD->begin_overridden_methods(); in DiagnoseAbsenceOfOverrideControl() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp899 auto *OMD = Ext->getInstanceMethod(D->getSelector()); in getBody() local
HDAnalysisDeclContext.cpp367 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in getFunctionName() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.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
HDRewriteModernObjC.cpp912 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod() local
1230 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1350 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1363 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
3491 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local