Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.h100 void SetFunctionType(const std::string &functionStr, int64_t functionIndex);
DtypeRecorder.cpp287 void TypeRecorder::SetFunctionType(const std::string &functionStr, int64_t functionIndex) in SetFunctionType() function in panda::es2panda::extractor::TypeRecorder
DtypeSystem.h519 recorder_->SetFunctionType(functionStr, typeIndexShift_); in HandleFuncNodeWithoutName()