Home
last modified time | relevance | path

Searched defs:declName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator-inl.h28 …*EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity()
DscopedDebugInfoPlugin.cpp269 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
291 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
316 [&fromContextFile](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindGlobalFunction()
331 [&fromImported](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindGlobalFunction()
DentityDeclarator.cpp46 …rator::CreateAndInsertImportStatement(util::StringView pathToDeclSource, util::StringView declName, in CreateAndInsertImportStatement()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1043 const declName = (ident as ts.VariableDeclaration).name; constant