clang 23.0.0git
clang::dependencies::PrebuiltModuleDep Struct Reference

Modular dependency that has already been built prior to the dependency scan. More...

#include "clang/DependencyScanning/DependencyGraph.h"

Public Attributes

std::string ModuleName
std::string PCMFile
std::string ModuleMapFile

Detailed Description

Modular dependency that has already been built prior to the dependency scan.

Definition at line 24 of file DependencyGraph.h.

Member Data Documentation

◆ ModuleMapFile

std::string clang::dependencies::PrebuiltModuleDep::ModuleMapFile

Definition at line 27 of file DependencyGraph.h.

Referenced by createPrebuiltModuleDep().

◆ ModuleName

std::string clang::dependencies::PrebuiltModuleDep::ModuleName

Definition at line 25 of file DependencyGraph.h.

Referenced by createPrebuiltModuleDep().

◆ PCMFile

std::string clang::dependencies::PrebuiltModuleDep::PCMFile

Definition at line 26 of file DependencyGraph.h.

Referenced by createPrebuiltModuleDep().


The documentation for this struct was generated from the following file: