Searched refs:CS (Results 1 – 5 of 5) sorted by relevance
42 void RSASTReplace::ReplaceInCompoundStmt(clang::CompoundStmt *CS) { in ReplaceInCompoundStmt() argument43 clang::Stmt **UpdatedStmtList = new clang::Stmt*[CS->size()]; in ReplaceInCompoundStmt()46 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in ReplaceInCompoundStmt()47 clang::CompoundStmt::body_iterator bE = CS->body_end(); in ReplaceInCompoundStmt()57 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount); in ReplaceInCompoundStmt()77 void RSASTReplace::VisitCompoundStmt(clang::CompoundStmt *CS) { in VisitCompoundStmt() argument78 VisitStmt(CS); in VisitCompoundStmt()79 ReplaceInCompoundStmt(CS); in VisitCompoundStmt()82 void RSASTReplace::VisitCaseStmt(clang::CaseStmt *CS) { in VisitCaseStmt() argument83 if (matchesStmt(CS->getSubStmt())) { in VisitCaseStmt()[all …]
111 clang::CompoundStmt *CS = new(C) clang::CompoundStmt( in BuildCompoundStmt() local116 return CS; in BuildCompoundStmt()120 clang::CompoundStmt *CS, in AppendAfterStmt() argument123 slangAssert(CS); in AppendAfterStmt()124 clang::CompoundStmt::body_iterator bI = CS->body_begin(); in AppendAfterStmt()125 clang::CompoundStmt::body_iterator bE = CS->body_end(); in AppendAfterStmt()127 new clang::Stmt*[CS->size() + StmtList.size()]; in AppendAfterStmt()164 CS->setStmts(C, UpdatedStmtList, UpdatedStmtCount); in AppendAfterStmt()237 clang::CompoundStmt *CS = in InsertDestructors() local242 R.ReplaceStmt(mOuterStmt, S, CS); in InsertDestructors()[all …]
56 void ReplaceInCompoundStmt(clang::CompoundStmt *CS);69 void VisitCompoundStmt(clang::CompoundStmt *CS);70 void VisitCaseStmt(clang::CaseStmt *CS);
53 explicit Scope(clang::CompoundStmt *CS) : mCS(CS) { in Scope() argument145 void VisitCompoundStmt(clang::CompoundStmt *CS);
10 - 3GPP TS 26.111 : Codec for CS multimedia telephony service (H.324)