Searched defs:StmtList (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp102 // This function constructs a new CompoundStmt from the input StmtList.
104 std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) {
105 unsigned NewStmtCount = StmtList.size();
111 std::vector<clang::Stmt*>::const_iterator I = StmtList.begin();
112 std::vector<clang::Stmt*>::const_iterator E = StmtList.end();
129 std::list<clang::Stmt*> &StmtList) {
134 new clang::Stmt*[CS->size() + StmtList.size()];
152 std::list<clang::Stmt*>::const_iterator I = StmtList.begin();
153 std::list<clang::Stmt*>::const_iterator E = StmtList.end();
164 std::list<clang::Stmt*>::const_iterator I = StmtList
103 BuildCompoundStmt(clang::ASTContext &C, std::vector<clang::Stmt*> &StmtList, clang::SourceLocation Loc) argument
126 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
1125 std::list<clang::Stmt*> StmtList; local
1188 std::list<clang::Stmt*> StmtList; local
1751 std::vector<clang::Stmt *> StmtList; local
[all...]

Completed in 10 milliseconds