Searched defs:patchFixHelper (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | variable.cpp | 43 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/ |
D | es2panda.cpp | 51 …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/ |
D | compilerImpl.h | 50 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|
D | compilerContext.cpp | 26 util::PatchFix *patchFixHelper) in CompilerContext()
|
/arkcompiler/ets_frontend/es2panda/parser/program/ |
D | program.h | 143 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
D | emitter.cpp | 62 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/ |
D | parserImpl.cpp | 3823 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|