|
clang 22.0.0git
|
#include "llvm/Support/YAMLTraits.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | clang::tooling::IncludeStyle |
| Style for sorting and grouping C++ #include directives. More... | |
| struct | clang::tooling::IncludeStyle::IncludeCategory |
| See documentation of IncludeCategories. More... | |
| struct | llvm::yaml::MappingTraits< clang::tooling::IncludeStyle::IncludeCategory > |
| struct | llvm::yaml::ScalarEnumerationTraits< clang::tooling::IncludeStyle::IncludeBlocksStyle > |
| struct | llvm::yaml::ScalarEnumerationTraits< clang::tooling::IncludeStyle::MainIncludeCharDiscriminator > |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::tooling |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
| namespace | llvm::yaml |
Variables | |
| MainIncludeCharDiscriminator | clang::tooling::MainIncludeChar |
| When guessing whether a #include is the "main" include, only the include directives that use the specified character are considered. | |