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.cpp104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) { in BuildCompoundStmt() argument
105 unsigned NewStmtCount = StmtList.size(); in BuildCompoundStmt()
111 std::vector<clang::Stmt*>::const_iterator I = StmtList.begin(); in BuildCompoundStmt()
112 std::vector<clang::Stmt*>::const_iterator E = StmtList.end(); in BuildCompoundStmt()
129 std::list<clang::Stmt*> &StmtList) { in AppendAfterStmt() argument
134 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()
152 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
153 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
164 std::list<clang::Stmt*>::const_iterator I = StmtList.begin(); in AppendAfterStmt()
165 std::list<clang::Stmt*>::const_iterator E = StmtList.end(); in AppendAfterStmt()
[all …]