Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/analyzer/
H A DProjectMap.py14 class DownloadType(str, Enum): class
84 source: DownloadType = DownloadType.SCRIPT
159 source: DownloadType = raw_project.get("source", "zip")
162 if source == DownloadType.GIT:
H A DSATestBuild.py47 from ProjectMap import DownloadType, ProjectInfo
600 if self.project.source == DownloadType.GIT:
602 elif self.project.source == DownloadType.ZIP:
604 elif self.project.source == DownloadType.SCRIPT: