Searched refs:CollectUserSources (Results 1 – 2 of 2) sorted by relevance
133 std::tuple<std::vector<std::string>, bool> CollectUserSources(const std::string &path);
504 std::tuple<std::vector<std::string>, bool> ETSParser::CollectUserSources(const std::string &path) in CollectUserSources() function in panda::es2panda::parser::ETSParser3167 std::tie(userPaths, isModule) = CollectUserSources(importPath.Mutf8()); in ParseFromClause()