Home
last modified time | relevance | path

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

/external/llvm-project/clang/utils/analyzer/
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:
DSATestBuild.py47 from ProjectMap import DownloadType, ProjectInfo
591 if self.project.source == DownloadType.GIT:
593 elif self.project.source == DownloadType.ZIP:
595 elif self.project.source == DownloadType.SCRIPT: