Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h108 std::vector<std::string> GetLiteralMethods(int64_t bufferIdx, LiteralBuffers &literalBuffers);
DpatchFix.cpp227 std::vector<std::string> PatchFix::GetLiteralMethods(int64_t bufferIdx, PatchFix::LiteralBuffers &l… in GetLiteralMethods() function in panda::es2panda::util::PatchFix
254 std::vector<std::string> classMemberFunctions = GetLiteralMethods(bufferIdx, literalBuffers); in CollectClassMemberFunctions()