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