Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h279 LocalInstantiationScope *oldScope = SemaRef.CurrentInstantiationScope; in cloneScopes() local
308 SemaRef.CurrentInstantiationScope = oldScope; in cloneScopes()
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp432 ValueScope& oldScope = getCurValueScope(); in popValueScope() local
445 const vector<ValueEntry*>& oldEntries = oldScope.getValues(); in popValueScope()