Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DScopeManager.ts36 getDeclaredVariables(node: TSESTree.Node): Variable[]; method
/third_party/typescript_eslint/packages/scope-manager/src/
DScopeManager.ts92 public getDeclaredVariables(node: TSESTree.Node): Variable[] { method in ScopeManager
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp70 const std::vector<Variable*>& getDeclaredVariables (void) const { return m_declaredVariables; } in getDeclaredVariables() function in rsg::VariableScope
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts212 getDeclaredVariables(node: TSESTree.Node): Scope.Variable[]; method