Searched refs:getStmtAs (Results 1 – 4 of 4) sorted by relevance
104 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in REGISTER_SET_WITH_PROGRAMSTATE()
281 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); } in getStmtAs() function
303 if (auto *BO = PS->getStmtAs<BinaryOperator>()) in wasRegionOfInterestModifiedAt()1248 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); in isInitializationOfVar()1462 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) in VisitNode()
732 if (const ObjCMessageExpr *ME = SP->getStmtAs<ObjCMessageExpr>()) in GetAllocationSite()