Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkNamespace.ts196 const originName = name.substring(0, index); constant
DArkFile.ts168 const originName = name.substring(0, index); constant
DArkClass.ts399 const originName = name.substring(1, index); constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h366 …util::StringView GetClassAliasName(util::StringView originName, const ir::ClassDefinition *node) c… in GetClassAliasName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp512 std::string originName = llvm::unwrap(module_)->getModuleIdentifier() + ".ll"; in Run() local