Searched refs:Stmts (Results 1 – 1 of 1) sorted by relevance
1238 std::vector<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local1242 Stmts.push_back(it->second); in InsertLocalVarDestructors()1244 Stmts.push_back(S); in InsertLocalVarDestructors()1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors()1251 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local1253 Stmts.push_back(LocCallPair.second); in InsertLocalVarDestructors()1255 AppendAfterStmt(C, mCS, nullptr, Stmts); in InsertLocalVarDestructors()