Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator-inl.h28 …*EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity()
DscopedDebugInfoPlugin.cpp268 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
290 [classId](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindClass()
315 [&fromContextFile](auto *deserializer, auto *program, auto declSourcePath, auto declName) { in FindGlobalFunction()
330 [&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.ts1265 const declName = (ident as ts.VariableDeclaration).name; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts7440 const declName = decl.name?.getText(); constant