Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp28 clang::Stmt *NewStmt) { in ReplaceStmt() argument
30 mNewStmt = NewStmt; in ReplaceStmt()
37 mNewExpr = llvm::dyn_cast<clang::Expr>(NewStmt); in ReplaceStmt()
Dslang_rs_object_ref_count.h92 void InsertStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
95 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
Dslang_rs_ast_replace.h84 clang::Stmt *NewStmt);
Dslang_rs_object_ref_count.cpp1017 clang::Stmt *NewStmt) { in InsertStmt() argument
1021 newBody.push_back(NewStmt); in InsertStmt()
1029 clang::Stmt *NewStmt) { in ReplaceStmt() argument
1033 newBody.push_back(NewStmt); in ReplaceStmt()