Home
last modified time | relevance | path

Searched refs:importerProgram (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp47 parser::Program *importerProgram, util::StringView importedName, in CreateAndInsertImportStatement()
50 ASSERT(importerProgram); in CreateAndInsertImportStatement()
53 auto &importEntitiesMap = GetOrCreateEntitiesMap(importerProgram); in CreateAndInsertImportStatement()
63 InsertImportStatement(importStatement, importerProgram); in CreateAndInsertImportStatement()
91 void EntityDeclarator::InsertImportStatement(ir::Statement *importStatement, parser::Program *importerProgram) in InsertImportStatement() argument
93 ASSERT(importerProgram); in InsertImportStatement()
96 auto *topStatement = importerProgram->Ast(); in InsertImportStatement()
101 debugInfoPlugin_.GetIrCheckHelper()->CheckGlobalEntity(importerProgram, importStatement); in InsertImportStatement()
46 CreateAndInsertImportStatement(util::StringView pathToDeclSource, util::StringView declName, parser::Program *importerProgram, util::StringView importedName, varbinder::Variable *var) CreateAndInsertImportStatement() argument
H A DentityDeclarator-inl.h29 parser::Program *importerProgram, in ImportGlobalEntity()
32 ASSERT(importerProgram); in ImportGlobalEntity()
50 if (var != nullptr && program != importerProgram) { in ImportGlobalEntity()
51 CreateAndInsertImportStatement(pathToDeclSource, declName, importerProgram, importedName, var); in ImportGlobalEntity()
28 ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, parser::Program *importerProgram, util::StringView importedName, F &&irCreator) ImportGlobalEntity() argument
H A DentityDeclarator.h57 parser::Program *importerProgram, util::StringView importedName,
71 parser::Program *importerProgram, util::StringView importedName,
77 void InsertImportStatement(ir::Statement *importStatement, parser::Program *importerProgram);
H A DscopedDebugInfoPlugin.cpp253 auto *importerProgram = GetETSBinder()->Program(); in FindClass() local
268 context_.sourceFilePath, identName, importerProgram, identName, in FindClass()
290 entitySourceFile, entitySourceName, importerProgram, identName, in FindClass()
305 auto *importerProgram = GetETSBinder()->Program();
315 context_.sourceFilePath, identName, importerProgram, identName,
330 funcSourceFile, funcSourceName, importerProgram, identName,
357 auto *importerProgram = GetETSBinder()->Program();
361 auto *var = entityDeclarator_.ImportGlobalEntity(context_.sourceFilePath, identName, importerProgram, identName,
376 return entityDeclarator_.ImportGlobalEntity(entitySourceFile, entitySourceName, importerProgram, identName,

Completed in 2 milliseconds