Home
last modified time | relevance | path

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

12

/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.cpp1055 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMIGChecker.cpp175 for (const auto *OMD: MD->overridden_methods()) in isInMIGCall() local
DLocalizationChecker.cpp848 if (const ObjCMethodDecl *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in checkPreObjCMessage() local
/external/llvm-project/clang/lib/AST/
DMangle.cpp177 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
194 else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) in mangleName() local
DDeclPrinter.cpp1239 void DeclPrinter::VisitObjCMethodDecl(ObjCMethodDecl *OMD) { in VisitObjCMethodDecl()
/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()
800 ObjCMethodDecl *OMD = PD->getGetterMethodDecl(); in GenerateObjCGetter() local
1038 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1081 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1326 ObjCMethodDecl *OMD = PD->getSetterMethodDecl(); in GenerateObjCSetter() local
1445 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
DCGDebugInfo.cpp220 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
2897 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionStart() local
2958 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjC.cpp683 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in EmitObjCMessageExpr() local
749 void CodeGenFunction::StartObjCMethod(const ObjCMethodDecl *OMD, in StartObjCMethod()
803 void CodeGenFunction::GenerateObjCMethod(const ObjCMethodDecl *OMD) { in GenerateObjCMethod()
1046 ObjCMethodDecl *OMD = PID->getGetterMethodDecl(); in GenerateObjCGetter() local
1288 static void emitStructSetterCall(CodeGenFunction &CGF, ObjCMethodDecl *OMD, in emitStructSetterCall()
1333 ObjCMethodDecl *OMD, in emitCPPObjectAtomicSetterCall()
1578 ObjCMethodDecl *OMD = PID->getSetterMethodDecl(); in GenerateObjCSetter() local
1699 const ObjCMethodDecl *OMD = cast<ObjCMethodDecl>(CurFuncDecl); in TypeOfSelfObject() local
DCGObjCRuntime.cpp394 std::string CGObjCRuntime::getSymbolNameForMethod(const ObjCMethodDecl *OMD, in getSymbolNameForMethod()
DCGObjCGNU.cpp1893 auto addIfExists = [&](const ObjCMethodDecl *OMD) { in GenerateClass()
2821 for (const auto *OMD : Methods) { in GenerateMethodList() local
3865 llvm::Function *CGObjCGNU::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
3882 const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
DCodeGenFunction.cpp638 else if (auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(F)) in endsWithReturn() local
767 if (const auto *OMD = dyn_cast_or_null<ObjCMethodDecl>(D)) { in StartFunction() local
DCGDebugInfo.cpp285 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD) { in getObjCMethodName()
3694 const auto *OMD = dyn_cast<ObjCMethodDecl>(D); in getObjCMethodDeclaration() local
3830 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionStart() local
3927 } else if (const auto *OMD = dyn_cast<ObjCMethodDecl>(D)) { in EmitFunctionDecl() local
DCGObjCMac.cpp3999 llvm::Function *CGObjCCommonMac::GenerateMethod(const ObjCMethodDecl *OMD, in GenerateMethod()
4022 CGObjCCommonMac::GenerateDirectMethod(const ObjCMethodDecl *OMD, in GenerateDirectMethod()
4069 CodeGenFunction &CGF, llvm::Function *Fn, const ObjCMethodDecl *OMD, in GenerateDirectMethodPrologue()
5588 CGObjCCommonMac::BuildIvarLayout(const ObjCImplementationDecl *OMD, in BuildIvarLayout()
/external/clang/lib/Sema/
DSemaExprMember.cpp415 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
440 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1540 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp436 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel)) in FindGetterSetterNameDeclFromProtocolList() local
461 if (ObjCMethodDecl *OMD = I->getInstanceMethod(Sel)) { in FindGetterSetterNameDecl() local
1507 if (ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(PMDecl)) { in LookupMemberExpr() local
DSemaObjCProperty.cpp1448 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
1513 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() local
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp589 } else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in getFunctionName() local
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp857 auto *OMD = Ext->getInstanceMethod(D->getSelector()); in getBody() local
/external/clang/tools/libclang/
DCXType.cpp903 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in clang_getDeclObjCTypeEncoding() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1060 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1169 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1180 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
2918 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
DRewriteModernObjC.cpp1228 ObjCMethodDecl *OMD, in RewriteObjCMethodDecl()
1347 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() local
1358 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() local
3498 if (ObjCMethodDecl *OMD = Exp->getMethodDecl()) { in SynthMessageExpr() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
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
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
/external/llvm-project/clang/tools/libclang/
DCXType.cpp1108 if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D)) { in clang_getDeclObjCTypeEncoding() local

12