Home
last modified time | relevance | path

Searched defs:parentName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1098 const parentName = this.getParentSymbolName(symbol); constant
1103 const parentName = this.getParentSymbolName(symbol); constant
1105 const name = parentName ? parentName : symbol.escapedName; constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp500 const char *parentName = nullptr; in GenObjSize() local