Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1215 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local
1219 Stmts.push_back(it->second); in InsertLocalVarDestructors()
1221 Stmts.push_back(S); in InsertLocalVarDestructors()
1224 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors()
1228 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local
1230 Stmts.push_back(LocCallPair.second); in InsertLocalVarDestructors()
1232 AppendAfterStmt(C, mCS, nullptr, Stmts); in InsertLocalVarDestructors()