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

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

Completed in 40 milliseconds