Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DmoduleContext.h24 class Variable; variable
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h29 class Variable; variable
202 varbinder::Variable *Variable() in Variable() function
207 const varbinder::Variable *Variable() const in Variable() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.h22 class Variable; variable
DtsTypeAliasDeclaration.h22 class Variable; variable
DtsInterfaceDeclaration.h24 class Variable; variable
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.h23 class Variable; variable
DtsTypeAliasDeclaration.h22 class Variable; variable
DtsInterfaceDeclaration.h23 class Variable; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.h32 class Variable; variable
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Didentifier.h24 class Variable; variable
/arkcompiler/ets_frontend/ets2panda/checker/
DresolveResult.h38 varbinder::Variable *Variable() in Variable() function
DETSchecker.h52 class Variable; variable
Dchecker.h52 class Variable; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dtype.h28 class Variable; variable
DinterfaceType.h48 void SetMergedTypeParams(std::pair<std::vector<binder::Variable *>, size_t> &&mergedTypeParams) in SetMergedTypeParams()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.cpp153 binder::Variable *LReference::Variable() const in Variable() function in panda::es2panda::compiler::LReference
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h38 class Variable; variable
209 : Variable(decl, VariableFlags::NONE), backReference_(backReference) in Variable() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DinterfaceType.h47 … void SetMergedTypeParams(std::pair<std::vector<varbinder::Variable *>, size_t> &&mergedTypeParams) in SetMergedTypeParams()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvariable.h242 : Variable(decl, VariableFlags::NONE), backReference_(backReference) in Variable() function
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.h66 varbinder::Variable *Variable() const in Variable() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.cpp79 varbinder::Variable *ETSParameterExpression::Variable() const noexcept in Variable() function in panda::es2panda::ir::ETSParameterExpression
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h28 class Variable; variable
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts32 export abstract class Variable { class
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder_helper.h398Variable(Environment *env, VariableType type, uint32_t id, GateRef value) : id_(id), type_(type), … in Variable() function
403 Variable(CircuitBuilder *cirbuilder, VariableType type, uint32_t id, GateRef value) in Variable() function
Dcircuit_builder.h52 class Variable; variable

12