Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h76 std::stack<Scope*> mScopeStack; variable
85 return mScopeStack.top(); in getCurrentScope()
Dslang_rs_object_ref_count.cpp1489 mScopeStack.push(S); in VisitCompoundStmt()
1496 mScopeStack.pop(); in VisitCompoundStmt()