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.cpp105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument
106 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()
112 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()
113 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()
130 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument
135 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()
153 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
154 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
165 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
166 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
[all …]