Home
last modified time | relevance | path

Searched defs:moduleRecordFieldName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.h125 std::string moduleRecordFieldName; member
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h218 void SetModuleRecordFieldName(std::string moduleRecordFieldName) in SetModuleRecordFieldName()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp401 …panda::PandArg<std::string> moduleRecordFieldName("module-record-field-name", "", "Specify the fie… in Parse() local