Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h55 std::list<clang::VarDecl*> mRSO; // Declared RS objects in this scope (but variable
62 bool hasRSObject() const { return !mRSO.empty(); } in hasRSObject()
65 mRSO.push_back(VD); in addRSObject()
Dslang_rs_object_ref_count.cpp1194 if (mRSO.empty()) { in InsertLocalVarDestructors()
1198 clang::DeclContext* DC = mRSO.front()->getDeclContext(); in InsertLocalVarDestructors()
1210 for (clang::VarDecl* VD : mRSO) { in InsertLocalVarDestructors()