Searched refs:StmtList (Results 1 – 1 of 1) sorted by relevance
95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument96 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()102 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()103 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()120 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument125 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()143 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()144 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()155 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()156 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()[all …]