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);
77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { argument
78 VisitStmt(CS);
79 ReplaceInCompoundStmt(CS);
82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { argument
83 if (matchesStmt(CS
[all...]
H A Dslang_rs_ast_replace.h56 void ReplaceInCompoundStmt(clang::CompoundStmt *CS);
69 void VisitCompoundStmt(clang::CompoundStmt *CS);
70 void VisitCaseStmt(clang::CaseStmt *CS);
H A Dslang_rs_object_ref_count.h53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { argument
145 void VisitCompoundStmt(clang::CompoundStmt *CS);
H A Dslang_rs_object_ref_count.cpp111 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
116 return CS;
120 clang::CompoundStmt *CS,
123 slangAssert(CS);
124 clang::CompoundStmt::body_iterator bI = CS->body_begin();
125 clang::CompoundStmt::body_iterator bE = CS->body_end();
127 new clang::Stmt*[CS->size() + StmtList.size()];
164 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount);
237 clang::CompoundStmt *CS = local
242 R.ReplaceStmt(mOuterStmt, S, CS);
119 AppendAfterStmt(clang::ASTContext &C, clang::CompoundStmt *CS, clang::Stmt *S, std::list<clang::Stmt*> &StmtList) argument
244 clang::CompoundStmt *CS = local
288 VisitCompoundStmt(clang::CompoundStmt *CS) argument
299 VisitCaseStmt(clang::CaseStmt *CS) argument
303 VisitContinueStmt(clang::ContinueStmt *CS) argument
592 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
758 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( local
1459 VisitCompoundStmt(clang::CompoundStmt *CS) argument
1536 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); local
[all...]

Completed in 91 milliseconds