Searched defs:ProjectInfo (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/utils/analyzer/ |
D | SATestAdd.py | 52 def add_new_project(project: ProjectInfo): 82 def is_existing_project(project_map: ProjectMap, project: ProjectInfo) -> bool:
|
D | ProjectMap.py | 78 class ProjectInfo(NamedTuple): class 188 def _save(projects: List[ProjectInfo], path: str): 194 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]: 199 def _convert_info_to_dict(project: ProjectInfo) -> JSON:
|
D | SATestBenchmark.py | 39 def __init__(self, projects: List[ProjectInfo], iterations: int, 52 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame:
|
D | SATestUpdateDiffs.py | 18 def update_reference_results(project: ProjectInfo, git: bool = False):
|
D | SATestBuild.py | 236 def __init__(self, jobs: int, projects: List[ProjectInfo],
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | GlobalCompilationDatabase.h | 28 struct ProjectInfo { struct 44 virtual llvm::Optional<ProjectInfo> getProjectInfo(PathRef File) const { in getProjectInfo() argument
|