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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp103 // This function constructs a new CompoundStmt from the input StmtList.
105 std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
106 unsigned NewStmtCount = StmtList.size();
112 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
113 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
130 std::list<clang::Stmt*> &StmtList) {
135 new clang::Stmt*[CS->size() + StmtList.size()];
153 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
154 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
165 std::list<clang::Stmt*>::const_iterator I = StmtList
104 BuildCompoundStmt(clang::ASTContext &C, std::list<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
127 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
1102 std::list<clang::Stmt*> StmtList; local
1165 std::list<clang::Stmt*> StmtList; local
1602 std::list<clang::Stmt *> StmtList; local
[all...]

Completed in 1014 milliseconds