Home
last modified time | relevance | path

Searched defs:diagnosticEngine (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/aot/
Dmain.cpp56 util::DiagnosticEngine &diagnosticEngine) in CompileFromSource()
83 util::DiagnosticEngine &diagnosticEngine) in CompileMultipleFiles()
113 util::DiagnosticEngine &diagnosticEngine) in CompileFromConfig()
157util::DiagnosticEngine &diagnosticEngine) in InitializePlugins()
175 auto diagnosticEngine = util::DiagnosticEngine(); in Run() local
/arkcompiler/ets_frontend/ets2panda/lexer/
DASLexer.h24 …licit ASLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine) in ASLexer()
DTSLexer.h24 …licit TSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine) in TSLexer()
DETSLexer.h25 …icit ETSLexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine) in ETSLexer()
Dlexer.cpp25 Lexer::Lexer(const parser::ParserContext *parserContext, util::DiagnosticEngine &diagnosticEngine, … in Lexer()
/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.h25 …explicit IsolatedDeclgenChecker(util::DiagnosticEngine &diagnosticEngine, parser::Program &program) in IsolatedDeclgenChecker()
DJSchecker.h28 : Checker(diagnosticEngine) in Checker() argument
DASchecker.h26 …explicit ASChecker(util::DiagnosticEngine &diagnosticEngine, [[maybe_unused]] ArenaAllocator *allo… in ASChecker()
Dchecker.cpp23 Checker::Checker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in Checker()
DETSchecker.cpp36 ETSChecker::ETSChecker(util::DiagnosticEngine &diagnosticEngine) in ETSChecker()
54 ETSChecker::ETSChecker(util::DiagnosticEngine &diagnosticEngine, ArenaAllocator *programAllocator) in ETSChecker()
DTSchecker.h124 …explicit TSChecker(util::DiagnosticEngine &diagnosticEngine, [[maybe_unused]] ArenaAllocator *prog… in TSChecker()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DetsWarningAnalyzer.h25 util::DiagnosticEngine &diagnosticEngine) in ETSWarningAnalyzer()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.h44 util::DiagnosticEngine &diagnosticEngine; variable
DcompilerImpl.cpp113 void HandleGenerateDecl(const parser::Program &program, util::DiagnosticEngine &diagnosticEngine, in HandleGenerateDecl()
/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp87 util::DiagnosticEngine &diagnosticEngine, uint32_t parseStatus) in Compile()
104util::DiagnosticEngine &diagnosticEngine, std::vector<pandasm::Program *> &result) in CompileM()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.h30 : ParserImpl(program, options, diagnosticEngine, status) in ParserImpl() argument
DETSparser.cpp82 …ETSParser(Program *program, const util::Options &options, util::DiagnosticEngine &diagnosticEngine, in ETSParser()
91 ETSParser::ETSParser(Program *program, std::nullptr_t, util::DiagnosticEngine &diagnosticEngine) in ETSParser()
DparserImpl.cpp45 …arserImpl(Program *program, const util::Options *options, util::DiagnosticEngine &diagnosticEngine, in ParserImpl()
/arkcompiler/ets_frontend/ets2panda/util/
Doptions.h45 explicit Options(std::string_view execPath, util::DiagnosticEngine &diagnosticEngine) in Options()
Doptions.cpp79 util::DiagnosticEngine &diagnosticEngine) in CallPandArgParser()
/arkcompiler/ets_frontend/ets2panda/public/
Dpublic.h50 util::DiagnosticEngine *diagnosticEngine = nullptr; member
212 util::DiagnosticEngine *diagnosticEngine = nullptr; member
Des2panda_lib.cpp250 auto diagnosticEngine = new util::DiagnosticEngine(); in CreateConfig() local
/arkcompiler/ets_frontend/ets2panda/test/unit/dynamic/
Ddynamic_call_test.cpp43 auto diagnosticEngine = util::DiagnosticEngine(); in ParseExpr() local
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_compiler_options_diagnostics_test.cpp61 ark::es2panda::util::DiagnosticEngine *diagnosticEngine = in MockGetOptionDiagnostics() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DdefaultParametersInConstructorLowering.cpp24 … HasDefaultParameters(const ir::ScriptFunction *function, util::DiagnosticEngine &diagnosticEngine) in HasDefaultParameters()