Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexportAnonymousConst.cpp57 …[](auto *specific) { return specific->IsDefault() && specific->GetConstantExpression() != nullptr;… in HandleAnonymousConst()
84 [](auto *specific) { return specific->IsDefault(); }); in HandleExportDefaultInExportNamedDecl()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1149 for ([[maybe_unused]] auto *specific : importDeclE2p->Specifiers()) { in InsertETSImportDeclarationAndParse() local