Searched refs:BuildCompoundStmt (Results 1 – 1 of 1) sorted by relevance
103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C, in BuildCompoundStmt() function1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors()1462 clang::CompoundStmt *NewBody = BuildCompoundStmt(mCtx, NewStmts, Loc); in HandleParamsAndLocals()1512 return BuildCompoundStmt(C, NewStmts, Loc); in CreateRetStmtWithTempVar()1779 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc); in CreateStaticGlobalDtor()