Home | History | Annotate | Download | only in slang

Lines Matching refs:CompoundStmt

103 // This function constructs a new CompoundStmt from the input StmtList.
104 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C,
119 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
128 clang::CompoundStmt *CS,
132 clang::CompoundStmt::body_iterator bI = CS->body_begin();
133 clang::CompoundStmt::body_iterator bE = CS->body_end();
162 // When S is nullptr, we are appending to the end of the CompoundStmt.
670 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
889 clang::CompoundStmt *CS =
890 new(C) clang::CompoundStmt(C, StmtArray, StmtCtr, Loc, Loc);
1001 clang::CompoundStmt *CS = new(C) clang::CompoundStmt(
1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd());
1331 clang::CompoundStmt* RSObjectRefCount::CreateRetStmtWithTempVar(
1507 void RSObjectRefCount::VisitCompoundStmt(clang::CompoundStmt *CS) {
1566 clang::CompoundStmt* NewRS;
1630 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc);