Home | History | Annotate | Download | only in ast

Lines Matching defs:DeclareVariable

558           created_variable = DeclareVariable(
1007 Variable* Scope::DeclareVariable(
1017 return GetDeclarationScope()->DeclareVariable(
1134 // Unlike DeclareVariable, DeclareVariableName allows declaring variables in
1135 // catch scopes: Parser::RewriteCatchPattern bypasses DeclareVariable by