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

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp28 clang::Stmt *NewStmt) {
30 mNewStmt = NewStmt;
37 mNewExpr = llvm::dyn_cast<clang::Expr>(NewStmt);
25 ReplaceStmt( clang::Stmt *OuterStmt, clang::Stmt *OldStmt, clang::Stmt *NewStmt) argument
H A Dslang_rs_object_ref_count.cpp1012 clang::Stmt *NewStmt) {
1016 newBody.push_back(NewStmt);
1024 clang::Stmt *NewStmt) {
1028 newBody.push_back(NewStmt);
1023 ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt) argument

Completed in 54 milliseconds