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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp108 clang::Stmt **CompoundStmtList; local
109 CompoundStmtList = new clang::Stmt*[NewStmtCount];
114 CompoundStmtList[CompoundStmtCount++] = *I;
119 C, llvm::makeArrayRef(CompoundStmtList, CompoundStmtCount), Loc, Loc);
121 delete [] CompoundStmtList;

Completed in 28 milliseconds