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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp93 // This function constructs a new CompoundStmt from the input StmtList.
95 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
96 unsigned NewStmtCount = StmtList.size();
102 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
103 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
123 std::list<clang::Stmt*> &StmtList) {
128 new clang::Stmt*[CS->size() + StmtList.size()];
146 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
147 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
158 std::list<clang::Stmt*>::const_iterator I = StmtList
94 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
120 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
226 std::list<clang::Stmt *> StmtList; local
1175 std::list<clang::Stmt*> StmtList; local
1238 std::list<clang::Stmt*> StmtList; local
1534 std::list<clang::Stmt *> StmtList; local
[all...]

Completed in 53 milliseconds