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.h91 void InsertStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
94 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
Dslang_rs_ast_replace.h84 clang::Stmt *NewStmt);
Dslang_rs_object_ref_count.cpp1012 clang::Stmt *NewStmt) { in InsertStmt() argument
1016 newBody.push_back(NewStmt); in InsertStmt()
1024 clang::Stmt *NewStmt) { in ReplaceStmt() argument
1028 newBody.push_back(NewStmt); in ReplaceStmt()