Searched defs:declName (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | entityDeclarator-inl.h | 28 …*EntityDeclarator::ImportGlobalEntity(util::StringView pathToDeclSource, util::StringView declName, in ImportGlobalEntity()
|
| D | scopedDebugInfoPlugin.cpp | 269 [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()
|
| D | entityDeclarator.cpp | 46 …rator::CreateAndInsertImportStatement(util::StringView pathToDeclSource, util::StringView declName, in CreateAndInsertImportStatement()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1043 const declName = (ident as ts.VariableDeclaration).name; constant
|