Searched defs:BuildCompoundStmt (Results 1 - 1 of 1) sorted by path

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp103 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C, function in namespace:slang::__anon1285
1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd());
1462 clang::CompoundStmt *NewBody = BuildCompoundStmt(mCtx, NewStmts, Loc);
1512 return BuildCompoundStmt(C, NewStmts, Loc);
1779 clang::CompoundStmt *CS = BuildCompoundStmt(mCtx, StmtList, loc);

Completed in 40 milliseconds