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.cpp1238 std::vector<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local
1242 Stmts.push_back(it->second); in InsertLocalVarDestructors()
1244 Stmts.push_back(S); in InsertLocalVarDestructors()
1247 clang::CompoundStmt* CS = BuildCompoundStmt(C, Stmts, S->getLocEnd()); in InsertLocalVarDestructors()
1251 std::list<clang::Stmt*> Stmts; in InsertLocalVarDestructors() local
1253 Stmts.push_back(LocCallPair.second); in InsertLocalVarDestructors()
1255 AppendAfterStmt(C, mCS, nullptr, Stmts); in InsertLocalVarDestructors()