Searched refs:RSASTReplace (Results 1 – 3 of 3) sorted by relevance
25 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 …]
33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {59 explicit RSASTReplace(clang::ASTContext &Con) in RSASTReplace() function
241 RSASTReplace R(mCtx); in InsertDestructors()1129 RSASTReplace R(C); in ReplaceRSObjectAssignment()