Searched refs:GetSourceRegularPath (Results 1 – 2 of 2) sorted by relevance
134 …std::tuple<std::string, bool> GetSourceRegularPath(const std::string &path, const std::string &res…
441 std::tuple<std::string, bool> ETSParser::GetSourceRegularPath(const std::string &path, const std::s… in GetSourceRegularPath() function in panda::es2panda::parser::ETSParser518 std::tie(regularPath, isModule) = GetSourceRegularPath(path, resolvedPath); in CollectUserSources()