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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp95 // This function constructs a new CompoundStmt from the input StmtList.
97 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
98 unsigned NewStmtCount = StmtList.size();
104 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
105 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
122 std::list<clang::Stmt*> &StmtList) {
127 new clang::Stmt*[CS->size() + StmtList.size()];
145 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
146 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
157 std::list<clang::Stmt*>::const_iterator I = StmtList
96 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
119 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
223 std::list<clang::Stmt *> StmtList; local
1156 std::list<clang::Stmt*> StmtList; local
1219 std::list<clang::Stmt*> StmtList; local
1512 std::list<clang::Stmt *> StmtList; local
[all...]

Completed in 210 milliseconds