9#ifndef LLVM_CLANG_TOOLING_INCLUSIONS_INCLUDESTYLE_H
10#define LLVM_CLANG_TOOLING_INCLUSIONS_INCLUDESTYLE_H
12#include "llvm/Support/YAMLTraits.h"
165struct MappingTraits<
clang::tooling::IncludeStyle::IncludeCategory> {
171struct ScalarEnumerationTraits<
172 clang::tooling::IncludeStyle::IncludeBlocksStyle> {
YAML serialization mapping.