Searched defs:patchFixHelper (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | compilerImpl.h | 49 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument
|
H A D | compilerContext.cpp | 22 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 D | variable.cpp | 44 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 D | es2panda.cpp | 57 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 D | program.h | 143 void AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 81 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 D | parserImpl.cpp | 4381 void ParserImpl::AddPatchFixHelper(util::PatchFix *patchFixHelper) in AddPatchFixHelper() argument
|
Completed in 11 milliseconds