Searched defs:OD (Results 1 – 9 of 9) sorted by relevance
48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
804 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local977 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local1111 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local1306 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
79 if (const auto *OD = dyn_cast<ObjCMethodDecl>(D)) { in isTest() local
8 OD= ${.CURDIR}/good macro
968 for (const auto *OD : MD->overridden_methods()) { in applyParamAnnotationEffect() local
169 #define OD 0xE macro
3131 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
1218 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
2801 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()