/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | moduleContext.h | 24 class Variable; variable
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
D | type.h | 29 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/ |
D | tsTypeReference.h | 22 class Variable; variable
|
D | tsTypeAliasDeclaration.h | 22 class Variable; variable
|
D | tsInterfaceDeclaration.h | 24 class Variable; variable
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsTypeReference.h | 23 class Variable; variable
|
D | tsTypeAliasDeclaration.h | 22 class Variable; variable
|
D | tsInterfaceDeclaration.h | 23 class Variable; variable
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | identifier.h | 32 class Variable; variable
|
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
D | identifier.h | 24 class Variable; variable
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
D | resolveResult.h | 38 varbinder::Variable *Variable() in Variable() function
|
D | ETSchecker.h | 52 class Variable; variable
|
D | checker.h | 52 class Variable; variable
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | type.h | 28 class Variable; variable
|
D | interfaceType.h | 48 void SetMergedTypeParams(std::pair<std::vector<binder::Variable *>, size_t> &&mergedTypeParams) in SetMergedTypeParams()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lreference.cpp | 153 binder::Variable *LReference::Variable() const in Variable() function in panda::es2panda::compiler::LReference
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variable.h | 38 class Variable; variable 209 : Variable(decl, VariableFlags::NONE), backReference_(backReference) in Variable() function
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
D | interfaceType.h | 47 … void SetMergedTypeParams(std::pair<std::vector<varbinder::Variable *>, size_t> &&mergedTypeParams) in SetMergedTypeParams()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
D | variable.h | 242 : Variable(decl, VariableFlags::NONE), backReference_(backReference) in Variable() function
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
D | lreference.h | 66 varbinder::Variable *Variable() const in Variable() function
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
D | etsParameterExpression.cpp | 79 varbinder::Variable *ETSParameterExpression::Variable() const noexcept in Variable() function in panda::es2panda::ir::ETSParameterExpression
|
/arkcompiler/ets_frontend/ets2panda/util/ |
D | helpers.h | 28 class Variable; variable
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | variable.ts | 32 export abstract class Variable { class
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder_helper.h | 398 …Variable(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
|
D | circuit_builder.h | 52 class Variable; variable
|