Home
last modified time | relevance | path

Searched defs:patchFixHelper (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerImpl.h49 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument
H A DcompilerContext.cpp22 CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpressionMode, bool isMergeAbc, bool isJsonInputFile, bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, util::StringView recordName, util::PatchFix *patchFixHelper) CompilerContext() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.cpp44 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() argument
81 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
82 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
83 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
84 SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) SetLexical() argument
85 SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) SetLexical() argument
86 SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) SetLexical() argument
[all...]
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp57 panda::pandasm::Program *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFix *patchFixHelper) in CreateJsonContentProgram() argument
143 auto *patchFixHelper = InitPatchFixHelper(input, options, symbolTable); in Compile() local
184 util::PatchFix *patchFixHelper = nullptr; in InitPatchFixHelper() local
209 CleanPatchFixHelper(const util::PatchFix *patchFixHelper) CleanPatchFixHelper() argument
[all...]
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h143 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp81 void FunctionEmitter::Generate(util::PatchFix *patchFixHelper) in Generate() argument
1193 panda::pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, util::PatchFix *patchFixHelper) in Finalize() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp4381 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument

Completed in 11 milliseconds