Searched refs:Stmts (Results 1 – 1 of 1) sorted by relevance
1215 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local1219 Stmts.push_back(it->second); in InsertLocalVarDestructors()1221 Stmts.push_back(S); in InsertLocalVarDestructors()1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors()1228 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local1230 Stmts.push_back(LocCallPair.second); in InsertLocalVarDestructors()1232 AppendAfterStmt(C, mCS, nullptr, Stmts); in InsertLocalVarDestructors()