Searched refs:ImportGlobalEntity (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/evaluate/ |
H A D | scopedDebugInfoPlugin.cpp | 267 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 D | entityDeclarator-inl.h | 28 varbinder::Variable *EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity() function in ark::es2panda::evaluate::EntityDeclarator
|
H A D | entityDeclarator.h | 53 * 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 D | inheritanceResolution.cpp | 129 entityDeclarator->ImportGlobalEntity(it->sourceFilePath, declarationName, it->program, declarationName, in ResolveInheritanceChainImpl()
|
Completed in 3 milliseconds