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_object_ref_count.h94 void ReplaceStmt(const clang::ASTContext &C, clang::Stmt *NewStmt);
Dslang_rs_ast_replace.cpp25 void RSASTReplace::ReplaceStmt( in ReplaceStmt() function in slang::RSASTReplace
Dslang_rs_object_ref_count.cpp1023 void RSObjectRefCount::Scope::ReplaceStmt(const clang::ASTContext &C, in ReplaceStmt() function in slang::RSObjectRefCount::Scope
1040 R.ReplaceStmt(mCurrent, OldExpr, NewExpr); in ReplaceExpr()
1065 R.ReplaceStmt(mCS, AS, UpdatedStmt); in ReplaceRSObjectAssignment()
1225 R.ReplaceStmt(mCS, S, CS); in InsertLocalVarDestructors()
1569 getCurrentScope()->ReplaceStmt(mCtx, NewRS); in VisitReturnStmt()