Searched refs:RSASTReplace (Results 1 - 3 of 3) sorted by last modified time

/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::VisitDeclStmt(clang::DeclStmt* DS) {
102 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) {
110 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) {
120 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) {
134 void RSASTReplace
[all...]
H A Dslang_rs_ast_replace.h33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> { class in namespace:slang
59 explicit RSASTReplace(const clang::ASTContext &Con) function in class:slang::RSASTReplace
H A Dslang_rs_object_ref_count.cpp1039 RSASTReplace R(C);
1064 RSASTReplace R(C);
1223 RSASTReplace R(C);

Completed in 51 milliseconds