Searched refs:CompoundStmtList (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp109 clang::Stmt **CompoundStmtList; local
110 CompoundStmtList = new clang::Stmt*[NewStmtCount];
115 CompoundStmtList[CompoundStmtCount++] = *I;
120 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc);
122 delete [] CompoundStmtList;

Completed in 54 milliseconds