Home
last modified time | relevance | path

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

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