Home | History | Annotate | Download | only in slang

Lines Matching refs:RSASTReplace

25 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::VisitIfStmt(clang::IfStmt *IS) {
146 void RSASTReplace::VisitSwitchCase(clang::SwitchCase *SC) {
151 void RSASTReplace::VisitSwitchStmt(clang::SwitchStmt *SS) {
159 void RSASTReplace::VisitWhileStmt(clang::WhileStmt *WS) {