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()64 void RSASTReplace::VisitStmt(clang::Stmt *S) { in VisitStmt()80 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt()86 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt()95 void RSASTReplace::VisitDefaultStmt(clang::DefaultStmt *DS) { in VisitDefaultStmt()104 void RSASTReplace::VisitDoStmt(clang::DoStmt *DS) { in VisitDoStmt()115 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) { in VisitForStmt()130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) { in VisitIfStmt()143 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()1136 RSASTReplace R(C); in ReplaceRSObjectAssignment()