Home
last modified time | relevance | path

Searched refs:CollectUserSources (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h133 std::tuple<std::vector<std::string>, bool> CollectUserSources(const std::string &path);
DETSparser.cpp504 std::tuple<std::vector<std::string>, bool> ETSParser::CollectUserSources(const std::string &path) in CollectUserSources() function in panda::es2panda::parser::ETSParser
3167 std::tie(userPaths, isModule) = CollectUserSources(importPath.Mutf8()); in ParseFromClause()