Home
last modified time | relevance | path

Searched defs:arktsConfig (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.h52 …ImportPathManager(ark::ArenaAllocator *allocator, std::shared_ptr<ArkTsConfig> arktsConfig, std::s… in ImportPathManager()
Darktsconfig.cpp331 auto arktsConfig = std::make_unique<JsonObject>(*tsConfigSource); in Parse() local
433 static std::vector<fs::path> GetSourceList(const std::shared_ptr<ArkTsConfig> &arktsConfig) in GetSourceList()
510 …::pair<std::string, std::string>> FindProjectSources(const std::shared_ptr<ArkTsConfig> &arktsConf… in FindProjectSources()
Doptions.h150const ark::PandArg<std::string> &arktsConfig, const es2panda::CompilationMode &compMode) in DetermineExtension()
Doptions.cpp305 ark::PandArg<std::string> arktsConfig; member