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::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 …]
33 class RSASTReplace : public clang::StmtVisitor<RSASTReplace> {59 explicit RSASTReplace(const clang::ASTContext &Con) in RSASTReplace() function
1044 RSASTReplace R(C); in ReplaceExpr()1069 RSASTReplace R(C); in ReplaceRSObjectAssignment()1246 RSASTReplace R(C); in InsertLocalVarDestructors()