Home
last modified time | relevance | path

Searched defs:originTypes (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Disolated_declaration.cpp52 std::vector<UnionType *> FilterUnionTypes(const ArenaVector<UnionType *> &originTypes, checker::ETS… in FilterUnionTypes()
160 auto originTypes = FilterUnionTypes(unionType->ConstituentTypes(), checker); in GenUnionType() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp778 std::vector<UnionType *> TSDeclGen::FilterUnionTypes(const ArenaVector<UnionType *> &originTypes) in FilterUnionTypes()