Searched refs:CS (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_ast_replace.cpp42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { argument
43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()];
46 clang::CompoundStmt::body_iterator bI = CS->body_begin();
47 clang::CompoundStmt::body_iterator bE = CS->body_end();
57 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
80 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { argument
81 VisitStmt(CS);
82 ReplaceInCompoundStmt(CS);
86 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { argument
87 if (matchesStmt(CS
[all...]
H A Dslang_rs_ast_replace.h56 void ReplaceInCompoundStmt(clang::CompoundStmt *CS);
70 void VisitCompoundStmt(clang::CompoundStmt *CS);
71 void VisitCaseStmt(clang::CaseStmt *CS);
H A Dslang_rs_object_ref_count.h53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { argument
141 void VisitCompoundStmt(clang::CompoundStmt *CS);
H A Dslang_rs_object_ref_count.cpp109 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
114 return CS;
118 clang::CompoundStmt *CS,
121 slangAssert(CS);
122 clang::CompoundStmt::body_iterator bI = CS->body_begin();
123 clang::CompoundStmt::body_iterator bE = CS->body_end();
125 new clang::Stmt*[CS->size() + StmtList.size()];
162 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
237 clang::CompoundStmt *CS = local
242 R.ReplaceStmt(mOuterStmt, S, CS);
117 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
244 clang::CompoundStmt *CS = local
290 VisitCompoundStmt(clang::CompoundStmt *CS) argument
303 VisitCaseStmt(clang::CaseStmt *CS) argument
308 VisitContinueStmt(clang::ContinueStmt *CS) argument
607 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
774 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
1484 VisitCompoundStmt(clang::CompoundStmt *CS) argument
1565 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); local
[all...]

Completed in 968 milliseconds