Home
last modified time | relevance | path

Searched refs:newBody (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1013 std::vector<clang::Stmt*> newBody; in InsertStmt() local
1016 newBody.push_back(NewStmt); in InsertStmt()
1018 newBody.push_back(S1); in InsertStmt()
1020 mCS->setStmts(C, newBody); in InsertStmt()
1025 std::vector<clang::Stmt*> newBody; in ReplaceStmt() local
1028 newBody.push_back(NewStmt); in ReplaceStmt()
1030 newBody.push_back(S1); in ReplaceStmt()
1033 mCS->setStmts(C, newBody); in ReplaceStmt()