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.cpp101 clang::Stmt **CompoundStmtList; in BuildCompoundStmt() local
102 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()