Home | History | Annotate | Download | only in slang

Lines Matching refs:CompoundStmt

102 // This function constructs a new CompoundStmt from the input StmtList.
103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C,
118 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
127 clang::CompoundStmt *CS,
131 clang::CompoundStmt::body_iterator bI = CS->body_begin();
132 clang::CompoundStmt::body_iterator bE = CS->body_end();
161 // When S is nullptr, we are appending to the end of the CompoundStmt.
669 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
888 clang::CompoundStmt *CS =
889 new(C) clang::CompoundStmt(C, StmtArray, StmtCtr, Loc, Loc);
1004 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
1245 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd());
1458 clang::CompoundStmt *NewBody = BuildCompoundStmt(mCtx, NewStmts, Loc);
1475 clang::CompoundStmt* RSObjectRefCount::CreateRetStmtWithTempVar(
1627 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) {
1711 clang::CompoundStmt* NewRS;
1775 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc);