Home
last modified time | relevance | path

Searched refs:TYPE_PARAMETER (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtypeParameter.h25 : Type(TypeFlag::TYPE_PARAMETER), constraint_(constraint), default_(defaultType) in TypeParameter()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeParameter.h26 : Type(TypeFlag::TYPE_PARAMETER), constraint_(constraint), default_(defaultType) in TypeParameter()
H A DtypeMapping.h42 _(TypeFlag::TYPE_PARAMETER, TypeParameter) \
H A DtypeFlag.h46 TYPE_PARAMETER = 1ULL << 19, // function<x> member in panda::es2panda::checker::TypeFlag
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DvariableFlags.h40 _(TYPE_PARAMETER, TypeParameterDecl) \
138 TYPE_PARAMETER = 1U << 14U, member in ark::es2panda::varbinder::VariableFlags
H A Ddeclaration.h212 return DeclType::TYPE_PARAMETER;
H A Dscope.cpp296 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 DtypeMapping.h42 _(TypeFlag::TYPE_PARAMETER, TypeParameter) \
H A DtypeFlag.h47 TYPE_PARAMETER = 1ULL << 18ULL, // function<x> member in ark::es2panda::checker::TypeFlag
/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h37 _(TYPE_PARAMETER, TypeParameterDecl) \
H A Ddeclaration.h217 return DeclType::TYPE_PARAMETER;
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1021 var->AddFlag(varbinder::VariableFlags::TYPE_PARAMETER); in VisitTSTypeParameter()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp117 allocator->New<varbinder::LocalVariable>(newTypeParamDecl, varbinder::VariableFlags::TYPE_PARAMETER); in CloneTypeParams()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dobject.cpp233 (defaultTypePart->Name()->Variable()->Flags() & varbinder::VariableFlags::TYPE_PARAMETER) != 0U && in CheckDefaultTypeParameter()

Completed in 24 milliseconds