Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp267 return entityDeclarator_.ImportGlobalEntity( in FindClass()
289 return entityDeclarator_.ImportGlobalEntity( in FindClass()
314 auto *var = entityDeclarator_.ImportGlobalEntity(
329 auto *importedVar = entityDeclarator_.ImportGlobalEntity(
361 auto *var = entityDeclarator_.ImportGlobalEntity(context_.sourceFilePath, identName, importerProgram, identName,
376 return entityDeclarator_.ImportGlobalEntity(entitySourceFile, entitySourceName, importerProgram, identName,
H A DentityDeclarator-inl.h28 varbinder::Variable *EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity() function in ark::es2panda::evaluate::EntityDeclarator
H A DentityDeclarator.h53 * the program where the entity was declared, then ImportGlobalEntity inserts an import declaration into the AST.
56 varbinder::Variable *ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName,
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DinheritanceResolution.cpp129 entityDeclarator->ImportGlobalEntity(it->sourceFilePath, declarationName, it->program, declarationName, in ResolveInheritanceChainImpl()

Completed in 3 milliseconds