Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.cpp43 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical()
68 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
69 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
70 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
71 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
72 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
73 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp51 …ogram *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFix *patchFixHelper) in CreateJsonContentProgram()
70 auto *patchFixHelper = InitPatchFixHelper(input, options, symbolTable); in Compile() local
123 util::PatchFix *patchFixHelper = nullptr; in InitPatchFixHelper() local
144 void Compiler::CleanPatchFixHelper(const util::PatchFix *patchFixHelper) in CleanPatchFixHelper()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.h50 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
DcompilerContext.cpp26 util::PatchFix *patchFixHelper) in CompilerContext()
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h143 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp62 void FunctionEmitter::Generate(util::PatchFix *patchFixHelper) in Generate()
578 panda::pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, util::PatchFix *patchFixHelper) in Finalize()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3823 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()