Searched refs:CompoundStmtList (Results 1 – 1 of 1) sorted by relevance
108 clang::Stmt **CompoundStmtList; in BuildCompoundStmt() local109 CompoundStmtList = new clang::Stmt*[NewStmtCount]; in BuildCompoundStmt()114 CompoundStmtList[CompoundStmtCount++] = *I; in BuildCompoundStmt()119 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc); in BuildCompoundStmt()121 delete [] CompoundStmtList; in BuildCompoundStmt()