Searched defs:OD (Results 1 – 10 of 10) sorted by relevance
48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
803 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local976 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPostObjCMessage() local1110 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local1305 const ObjCInterfaceDecl *OD = ME->getReceiverInterface(); in VisitObjCMessageExpr() local
79 if (const auto *OD = dyn_cast<ObjCMethodDecl>(D)) { in isTest() local
19 OD= ${.CURDIR}/good macro
21 #define OD (1 << 25) macro
960 for (const auto *OD : MD->overridden_methods()) { in applyParamAnnotationEffect() local
176 #define OD 0xE macro
3099 } else if (const auto OD = dyn_cast<ObjCMethodDecl>(Signature)) { in populateExecutedLinesWithFunctionSignature() local
1267 for (auto &OD : OutputDeps) in createAdjacencyStructure() local
2771 void CXXDestructorDecl::setOperatorDelete(FunctionDecl *OD, Expr *ThisArg) { in setOperatorDelete()