Home
last modified time | relevance | path

Searched refs:BuildCompoundStmt (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C, in BuildCompoundStmt() function
1247 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()