Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument
96 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()
102 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()
103 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()
120 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument
125 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()
143 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
144 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
155 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
156 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
[all …]