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::VisitDeclStmt(clang::DeclStmt* DS) { in VisitDeclStmt()
102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()
110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()
120 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) { in VisitForStmt()
134 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt()
[all …]
Dslang_rs_ast_replace.h33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {
59 explicit RSASTReplace(const clang::ASTContext &Con) in RSASTReplace() function
Dslang_rs_object_ref_count.cpp1044 RSASTReplace R(C); in ReplaceExpr()
1069 RSASTReplace R(C); in ReplaceRSObjectAssignment()
1246 RSASTReplace R(C); in InsertLocalVarDestructors()