clang-tools
10.0.0git
|
Functions | |
static void | TypeInfoMapping (IO &IO, TypeInfo &I) |
static void | FieldTypeInfoMapping (IO &IO, FieldTypeInfo &I) |
static void | InfoMapping (IO &IO, Info &I) |
static void | SymbolInfoMapping (IO &IO, SymbolInfo &I) |
static void | RecordInfoMapping (IO &IO, RecordInfo &I) |
static void | CommentInfoMapping (IO &IO, CommentInfo &I) |
|
static |
Definition at line 141 of file YAMLGenerator.cpp.
References clang::doc::CommentInfo::Args, clang::doc::CommentInfo::AttrKeys, clang::doc::CommentInfo::AttrValues, clang::doc::CommentInfo::Children, clang::doc::CommentInfo::CloseName, clang::doc::CommentInfo::Direction, clang::doc::CommentInfo::Explicit, clang::doc::CommentInfo::Kind, clang::doc::CommentInfo::Name, clang::doc::CommentInfo::ParamName, clang::doc::CommentInfo::SelfClosing, and clang::doc::CommentInfo::Text.
Referenced by llvm::yaml::MappingTraits< CommentInfo >::mapping(), and llvm::yaml::MappingTraits< std::unique_ptr< CommentInfo > >::mapping().
|
static |
Definition at line 109 of file YAMLGenerator.cpp.
References clang::doc::FieldTypeInfo::Name, and TypeInfoMapping().
Referenced by llvm::yaml::MappingTraits< MemberTypeInfo >::mapping().
|
static |
Definition at line 114 of file YAMLGenerator.cpp.
References clang::doc::Info::Description, clang::doc::Info::Name, clang::doc::Info::Namespace, clang::doc::Info::Path, and clang::doc::Info::USR.
Referenced by llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), and SymbolInfoMapping().
|
static |
Definition at line 128 of file YAMLGenerator.cpp.
References clang::doc::RecordInfo::Bases, clang::doc::RecordInfo::ChildEnums, clang::doc::RecordInfo::ChildFunctions, clang::doc::RecordInfo::ChildRecords, clang::doc::RecordInfo::Members, clang::doc::RecordInfo::Parents, SymbolInfoMapping(), clang::doc::RecordInfo::TagType, and clang::doc::RecordInfo::VirtualParents.
Referenced by llvm::yaml::MappingTraits< RecordInfo >::mapping(), and llvm::yaml::MappingTraits< BaseRecordInfo >::mapping().
|
static |
Definition at line 122 of file YAMLGenerator.cpp.
References InfoMapping().
Referenced by llvm::yaml::MappingTraits< EnumInfo >::mapping(), llvm::yaml::MappingTraits< FunctionInfo >::mapping(), and RecordInfoMapping().
|
static |
Definition at line 105 of file YAMLGenerator.cpp.
References clang::doc::TypeInfo::Type.
Referenced by FieldTypeInfoMapping(), llvm::yaml::MappingTraits< TypeInfo >::mapping(), and llvm::yaml::MappingTraits< FieldTypeInfo >::mapping().