|
clang 24.0.0git
|
#include "clang/Basic/HeaderInclude.h"#include "clang/Basic/MakeSupport.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | clang::DependencyOutputOptions |
| DependencyOutputOptions - Options for controlling the compiler dependency file generation. More... | |
Namespaces | |
| namespace | clang |
| Top level wrappers for InstallAPI frontend operations. | |
Enumerations | |
| enum class | clang::ShowIncludesDestination { clang::None , clang::Stdout , clang::Stderr } |
| ShowIncludesDestination - Destination for /showIncludes output. More... | |
| enum | clang::ExtraDepKind { clang::EDK_SanitizeIgnorelist , clang::EDK_ProfileList , clang::EDK_ModuleFile , clang::EDK_DepFileEntry } |
| ExtraDepKind - The kind of extra dependency file. More... | |
| enum | clang::ModuleFileDepsKind { clang::MFDK_None , clang::MFDK_All , clang::MFDK_Direct } |
| ModuleFileDepsKind - Whether to include module file dependencies. More... | |