Searched refs:RSASTReplace (Results 1 - 3 of 3) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp25 void RSASTReplace::ReplaceStmt(
42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) {
62 void RSASTReplace::VisitStmt(clang::Stmt *S) {
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) {
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) {
90 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
98 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
108 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
122 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
134 void RSASTReplace
[all...]
H A Dslang_rs_ast_replace.h33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> { class in namespace:slang
59 explicit RSASTReplace(clang::ASTContext &Con) function in class:slang::RSASTReplace
H A Dslang_rs_object_ref_count.cpp177 // correspond to scope exit points. It then uses an RSASTReplace visitor to
241 RSASTReplace R(mCtx);
1118 RSASTReplace R(C);

Completed in 44 milliseconds