Searched refs:getStmtAs (Results 1 – 5 of 5) sorted by relevance
105 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in REGISTER_SET_WITH_PROGRAMSTATE()
375 Expr *getAllocator() const { return getStmtAs<Expr>(); } in getAllocator()420 Expr *getAlignment() const { return getStmtAs<Expr>(); } in getAlignment()658 Expr *getCondition() const { return getStmtAs<Expr>(); } in getCondition()705 Expr *getNumThreads() const { return getStmtAs<Expr>(); } in getNumThreads()741 Expr *getSafelen() const { return getStmtAs<Expr>(); } in getSafelen()776 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen()998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops()8631 Expr *getThreadID() const { return getStmtAs<Expr>(); } in getThreadID()8634 Expr *getThreadID() { return getStmtAs<Expr>(); } in getThreadID()9043 Expr *getSize() { return getStmtAs<Expr>(); } in getSize()[all …]
303 if (auto *BO = PS->getStmtAs<BinaryOperator>()) in wasRegionOfInterestModifiedAt()1247 const DeclStmt *DS = P->getStmtAs<DeclStmt>(); in isInitializationOfVar()1545 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) { in VisitNode()1551 else if (const auto *DS = P->getStmtAs<DeclStmt>()) { in VisitNode()1565 } else if (const auto *CE = P->getStmtAs<CXXConstructExpr>()) { in VisitNode()1614 else if (const auto *ILE = P->getStmtAs<InitListExpr>()) { in VisitNode()
280 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); } in getStmtAs() function
734 if (const ObjCMessageExpr *ME = SP->getStmtAs<ObjCMessageExpr>()) in GetAllocationSite()