Home
last modified time | relevance | path

Searched refs:RSASTReplace (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp25 void RSASTReplace::ReplaceStmt( in ReplaceStmt()
42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { in ReplaceInCompoundStmt()
62 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt()
90 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()
98 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
108 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) { in VisitForStmt()
122 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt()
134 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) { in VisitSwitchCase()
[all …]
Dslang_rs_ast_replace.h33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {
59 explicit RSASTReplace(clang::ASTContext &Con) in RSASTReplace() function
Dslang_rs_object_ref_count.cpp241 RSASTReplace R(mCtx); in InsertDestructors()
1129 RSASTReplace R(C); in ReplaceRSObjectAssignment()