• Home
  • Raw
  • Download

Lines Matching full:importpathmanager

16 #include "importPathManager.h"
61 ImportPathManager::ImportMetadata ImportPathManager::GatherImportMetadata(parser::Program *program, in GatherImportMetadata()
92 importData.declPath = util::ImportPathManager::DUMMY_PATH; in GatherImportMetadata()
93 importData.ohmUrl = util::ImportPathManager::DUMMY_PATH; in GatherImportMetadata()
114 util::StringView ImportPathManager::ResolvePathAPI(StringView curModulePath, ir::StringLiteral *imp… in ResolvePathAPI()
122 ImportPathManager::ResolvedPathRes ImportPathManager::ResolvePath(std::string_view curModulePath, in ResolvePath()
148 ImportPathManager::ResolvedPathRes ImportPathManager::ResolveAbsolutePath(const ir::StringLiteral &… in ResolveAbsolutePath()
187 void ImportPathManager::UnixWalkThroughDirectoryAndAddToParseList(const ImportMetadata importMetada… in UnixWalkThroughDirectoryAndAddToParseList()
220 void ImportPathManager::AddImplicitPackageImportToParseList(StringView packageDir, const lexer::Sou… in AddImplicitPackageImportToParseList()
226 util::ImportPathManager::DUMMY_PATH}); in AddImplicitPackageImportToParseList()
229 void ImportPathManager::AddToParseList(const ImportMetadata importMetadata) in AddToParseList()
290 void ImportPathManager::MarkAsParsed(StringView path) in MarkAsParsed()
300 StringView ImportPathManager::GetRealPath(StringView path) const in GetRealPath()
310 std::string ImportPathManager::TryMatchDynamicPath(std::string_view fixedPath) const in TryMatchDynamicPath()
323 std::string_view ImportPathManager::DirOrDirWithIndexFile(StringView dir) const in DirOrDirWithIndexFile()
338 ImportPathManager::ResolvedPathRes ImportPathManager::AppendExtensionOrIndexFileIfOmitted(StringVie… in AppendExtensionOrIndexFileIfOmitted()
407 util::StringView ImportPathManager::FormModuleNameSolelyByAbsolutePath(const util::Path &path) in FormModuleNameSolelyByAbsolutePath()
435 util::StringView ImportPathManager::FormModuleName(const util::Path &path, const lexer::SourcePosit… in FormModuleName()
441 util::StringView ImportPathManager::FormModuleName(const util::Path &path) in FormModuleName()
499 bool ImportPathManager::ImportMetadata::IsValid() const in IsValid()
504 util::StringView ImportPathManager::FormRelativePath(const util::Path &path) in FormRelativePath()