Home | History | Annotate | Download | only in Core

Lines Matching refs:getStmt

86   const Stmt *S = N->getLocationAs<PreStmt>()->getStmt();
93 const Stmt *S = N->getLocationAs<PostStmt>()->getStmt();
179 if (SP->getStmt() == S)
242 const ReturnStmt *Ret = dyn_cast<ReturnStmt>(SP->getStmt());
548 const Stmt *S = PS->getStmt();
921 if (ps->getStmt() == S || ps->getStmt() == Inner)
954 if (P->getStmt() == Inner)
1073 const Stmt *S = P->getStmt();
1195 return VisitTrueTest(cast<Expr>(PS->getStmt()), true,
1198 return VisitTrueTest(cast<Expr>(PS->getStmt()), false,