Searched defs:patchFixHelper (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.cpp | 42 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() 81 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 82 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 83 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 84 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 85 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() 86 …able::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compilerImpl.h | 49 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|
| D | compilerContext.cpp | 25 util::StringView recordName, util::PatchFix *patchFixHelper) in CompilerContext()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 52 …ogram *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFix *patchFixHelper) in CreateJsonContentProgram() 144 auto *patchFixHelper = InitPatchFixHelper(input, options, symbolTable); in Compile() local 185 util::PatchFix *patchFixHelper = nullptr; in InitPatchFixHelper() local 210 void Compiler::CleanPatchFixHelper(const util::PatchFix *patchFixHelper) in CleanPatchFixHelper()
|
| /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 | 64 void FunctionEmitter::Generate(util::PatchFix *patchFixHelper) in Generate() 1274 panda::pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, util::PatchFix *patchFixHelper) in Finalize()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 4388 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper()
|