Searched refs:programPath_ (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ | ||
H A D | etsReExportDeclarationBuilder.h | 43 programPath_ = programPath; in SetProgramPath() 49 auto node = AllocNode(etsImportDeclarations_, userPaths_, programPath_, Allocator()); in Build() 56 util::StringView programPath_; member in ark::es2panda::ir::ETSReExportDeclarationBuilder |
/arkcompiler/ets_frontend/ets2panda/ir/ets/ | ||
H A D | etsReExportDeclaration.h | 49 return programPath_; in GetProgramPath() 82 util::StringView programPath_; member in ark::es2panda::ir::ETSReExportDeclaration |
H A D | etsReExportDeclaration.cpp | 27 programPath_(programPath) in ETSReExportDeclaration() |
Completed in 2 milliseconds