Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_ast_replace.h81 void ReplaceStmt(
Dslang_rs_ast_replace.cpp25 void RSASTReplace::ReplaceStmt( in ReplaceStmt() function in slang::RSASTReplace
Dslang_rs_object_ref_count.h95 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
Dslang_rs_object_ref_count.cpp1028 void RSObjectRefCount::Scope::ReplaceStmt(const clang::ASTContext &C, in ReplaceStmt() function in slang::RSObjectRefCount::Scope
1045 R.ReplaceStmt(mCurrent, OldExpr, NewExpr); in ReplaceExpr()
1070 R.ReplaceStmt(mCS, AS, UpdatedStmt); in ReplaceRSObjectAssignment()
1248 R.ReplaceStmt(mCS, S, CS); in InsertLocalVarDestructors()
1718 getCurrentScope()->ReplaceStmt(mCtx, NewRS); in VisitReturnStmt()