Searched refs:TYPE_PARAMETER (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | typeParameter.h | 25 : Type(TypeFlag::TYPE_PARAMETER), constraint_(constraint), default_(defaultType) in TypeParameter()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | typeParameter.h | 26 : Type(TypeFlag::TYPE_PARAMETER), constraint_(constraint), default_(defaultType) in TypeParameter()
|
H A D | typeMapping.h | 42 _(TypeFlag::TYPE_PARAMETER, TypeParameter) \
|
H A D | typeFlag.h | 46 TYPE_PARAMETER = 1ULL << 19, // function<x> member in panda::es2panda::checker::TypeFlag
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variableFlags.h | 40 _(TYPE_PARAMETER, TypeParameterDecl) \ 138 TYPE_PARAMETER = 1U << 14U, member in ark::es2panda::varbinder::VariableFlags
|
H A D | declaration.h | 212 return DeclType::TYPE_PARAMETER;
|
H A D | scope.cpp | 296 case DeclType::TYPE_PARAMETER: { in AddLocal() 298 .insert({newDecl->Name(), allocator->New<LocalVariable>(newDecl, VariableFlags::TYPE_PARAMETER)}) in AddLocal()
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | typeMapping.h | 42 _(TypeFlag::TYPE_PARAMETER, TypeParameter) \
|
H A D | typeFlag.h | 47 TYPE_PARAMETER = 1ULL << 18ULL, // function<x> member in ark::es2panda::checker::TypeFlag
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | variableFlags.h | 37 _(TYPE_PARAMETER, TypeParameterDecl) \
|
H A D | declaration.h | 217 return DeclType::TYPE_PARAMETER;
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 1021 var->AddFlag(varbinder::VariableFlags::TYPE_PARAMETER); in VisitTSTypeParameter()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | lambdaLowering.cpp | 117 allocator->New<varbinder::LocalVariable>(newTypeParamDecl, varbinder::VariableFlags::TYPE_PARAMETER); in CloneTypeParams()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | object.cpp | 233 (defaultTypePart->Name()->Variable()->Flags() & varbinder::VariableFlags::TYPE_PARAMETER) != 0U && in CheckDefaultTypeParameter()
|
Completed in 24 milliseconds