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() 74 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 75 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 76 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 77 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 78 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 79 …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 122 util::PatchFix *patchFixHelper = nullptr; in InitPatchFixHelper() local 143 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::StringView recordName, 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() 658 panda::pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, util::PatchFix *patchFixHelper) in Finalize()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 4235 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|