Searched defs:VariableScope (Results 1 – 4 of 4) sorted by relevance
128 type VariableScope = GlobalScope | FunctionScope | ModuleScope | TSModuleScope; alias
60 class VariableScope class
101 VariableScope::VariableScope (void) in VariableScope() function in rsg::VariableScope
169 TEST_F(ParserTest, VariableScope) { in TEST_F() argument