Searched refs:StmtList (Results 1 – 1 of 1) sorted by relevance
105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument106 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()112 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()113 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()130 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument135 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()153 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()154 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()165 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()166 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()[all …]