Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp180 for (const auto *OMD: MD->overridden_methods()) in isInMIGCall() local
H A DLocalizationChecker.cpp844 if (const ObjCMethodDecl *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in checkPreObjCMessage() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.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
H A DDeclPrinter.cpp1385 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
H A DASTContext.cpp606 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getCommentForDecl() local
/freebsd/contrib/llvm-project/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()
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
H A DCGObjCRuntime.cpp469 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod()
H A DCGObjCGNU.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()
H A DCodeGenFunction.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
H A DCGObjCMac.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()
H A DCGDebugInfo.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
H A DCGDecl.cpp237 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(DC)) in getStaticDeclName() local
H A DCodeGenModule.cpp6997 auto *OMD = cast<ObjCImplementationDecl>(D); in EmitTopLevelDecl() local
7009 auto *OMD = cast<ObjCMethodDecl>(D); in EmitTopLevelDecl() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.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
H A DSemaObjCProperty.cpp1418 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
1482 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
H A DSemaExprObjC.cpp1763 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() local
H A DSemaDeclAttr.cpp3355 if (auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in handleFormatArgAttr() local
H A DSemaChecking.cpp5835 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in checkFormatStringExpr() local
H A DSemaDeclCXX.cpp3230 const CXXMethodDecl *OMD = *MD->begin_overridden_methods(); in DiagnoseAbsenceOfOverrideControl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp367 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in getFunctionName() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.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