|
clang-tools 24.0.0git
|
Typedefs | |
| using | FileDigest |
| using | IncludeGraph |
Enumerations | |
| enum class | RefKind |
| Describes the kind of a cross-reference. More... | |
| enum class | RelationKind |
Functions | |
| template<> | |
| void | yamlize (IO &IO, ClangTidyOptions::OptionMap &Val, bool, EmptyContext &Ctx) |
| template<> | |
| void | yamlize (IO &IO, GlobListVariant &Val, bool, EmptyContext &Ctx) |
| static void | mapGlobList (IO &IO, std::optional< std::string > &GlobList, StringRef Key) |
Definition at line 42 of file SourceCode.h.
|
strong |
|
strong |
Definition at line 20 of file Relation.h.
|
static |
Definition at line 210 of file ClangTidyOptions.cpp.
References mapGlobList().
Referenced by mapGlobList(), and llvm::yaml::MappingTraits< ClangTidyOptions >::mapping().
| void llvm::yaml::yamlize | ( | IO & | IO, |
| ClangTidyOptions::OptionMap & | Val, | ||
| bool | , | ||
| EmptyContext & | Ctx ) |
Definition at line 91 of file ClangTidyOptions.cpp.
References yamlize().
| void llvm::yaml::yamlize | ( | IO & | IO, |
| GlobListVariant & | Val, | ||
| bool | , | ||
| EmptyContext & | Ctx ) |
Definition at line 193 of file ClangTidyOptions.cpp.
References yamlize().