Home
last modified time | relevance | path

Searched refs:GetUserType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h57 const std::set<int64_t> &GetUserType() const;
DtypeRecorder.cpp105 const std::set<int64_t> &TypeRecorder::GetUserType() const in GetUserType() function in panda::es2panda::extractor::TypeRecorder
DtypeSystem.h357 const auto &userType = recorder_->GetUserType(); in FillLiteralBuffer()