Home
last modified time | relevance | path

Searched refs:Type2TypeMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h660 using Type2TypeMap = std::unordered_map<std::string_view, std::string_view>; variable
661 void CheckTypeParameterConstraint(ir::TSTypeParameter *param, Type2TypeMap &extends);
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp176 Type2TypeMap extends {}; in CreateTypeForTypeParameters()
198 void ETSChecker::CheckTypeParameterConstraint(ir::TSTypeParameter *param, Type2TypeMap &extends) in CheckTypeParameterConstraint()