Searched refs:StmtList (Results 1 – 1 of 1) sorted by relevance
104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument105 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()111 std::vector<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()112 std::vector<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()129 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument134 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()152 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()153 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()164 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()165 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()[all …]