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.cpp1018 std::vector<clang::Stmt*> newBody; in InsertStmt() local
1021 newBody.push_back(NewStmt); in InsertStmt()
1023 newBody.push_back(S1); in InsertStmt()
1025 mCS->setStmts(C, newBody); in InsertStmt()
1030 std::vector<clang::Stmt*> newBody; in ReplaceStmt() local
1033 newBody.push_back(NewStmt); in ReplaceStmt()
1035 newBody.push_back(S1); in ReplaceStmt()
1038 mCS->setStmts(C, newBody); in ReplaceStmt()