Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp108 clang::Stmt **CompoundStmtList; in BuildCompoundStmt() local
109 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()