Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp175 for (const auto *OMD: MD->overridden_methods()) in isInMIGCall() local
H A DLocalizationChecker.cpp848 if (const ObjCMethodDecl *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in checkPreObjCMessage() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp191 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
208 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
H A DDeclPrinter.cpp1272 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
H A DASTContext.cpp577 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getCommentForDecl() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp684 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in EmitObjCMessageExpr() local
750 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod()
804 void CodeGenFunction::GenerateObjCMethod(const ObjCMethodDecl *OMD) { in GenerateObjCMethod()
1047 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() local
1289 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1334 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1579 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter() local
1700 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
H A DCGObjCRuntime.cpp394 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod()
H A DCGObjCGNU.cpp1897 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass()
2825 for (const auto *OMD : Methods) { in GenerateMethodList() local
3869 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
3886 const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
H A DCodeGenFunction.cpp646 else if (auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(F)) in endsWithReturn() local
775 if (const auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in StartFunction() local
H A DCGDebugInfo.cpp274 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
3776 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getObjCMethodDeclaration() local
3913 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in emitFunctionStart() local
4010 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
H A DCGObjCMac.cpp4021 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
4044 CGObjCCommonMac::GenerateDirectMethod(const ObjCMethodDecl *OMD, in GenerateDirectMethod()
4091 CodeGenFunction &CGF, llvm::Function *Fn, const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
5611 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout()
H A DCodeGenModule.cpp5776 auto *OMD = cast<ObjCImplementationDecl>(D); in EmitTopLevelDecl() local
5788 auto *OMD = cast<ObjCMethodDecl>(D); in EmitTopLevelDecl() local
H A DCGDecl.cpp225 else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(DC)) in getStaticDeclName() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp435 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
460 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1506 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
H A DSemaObjCProperty.cpp1440 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
1505 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
H A DSemaExprObjC.cpp1749 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes() local
H A DSemaDeclCXX.cpp3120 const CXXMethodDecl *OMD = *MD->begin_overridden_methods(); in DiagnoseAbsenceOfOverrideControl() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp597 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in getFunctionName() local
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp858 auto *OMD = Ext->getInstanceMethod(D->getSelector()); in getBody() local
/netbsd/external/apache2/llvm/dist/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
2931 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
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
3501 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1108 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in clang_getDeclObjCTypeEncoding() local
H A DCIndex.cpp639 if (auto *OMD = dyn_cast<ObjCMethodDecl>(D)) in VisitDeclContext() local