Home
last modified time | relevance | path

Searched defs:VariableScope (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScopeBase.ts128 type VariableScope = GlobalScope | FunctionScope | ModuleScope | TSModuleScope; alias
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp60 class VariableScope class
DrsgVariableManager.cpp101 VariableScope::VariableScope (void) in VariableScope() function in rsg::VariableScope
/third_party/ninja/src/
Dmanifest_parser_test.cc169 TEST_F(ParserTest, VariableScope) { in TEST_F() argument