Searched refs:CompoundStmtList (Results 1 – 1 of 1) sorted by relevance
99 clang::Stmt **CompoundStmtList; in BuildCompoundStmt() local100 CompoundStmtList = new clang::Stmt*[NewStmtCount]; in BuildCompoundStmt()105 CompoundStmtList[CompoundStmtCount++] = *I; in BuildCompoundStmt()110 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc); in BuildCompoundStmt()112 delete [] CompoundStmtList; in BuildCompoundStmt()