clang-tools 18.0.0git
|
#include <Representation.h>
Public Attributes | |
std::vector< Reference > | Namespaces |
std::vector< Reference > | Records |
std::vector< FunctionInfo > | Functions |
std::vector< EnumInfo > | Enums |
std::vector< TypedefInfo > | Typedefs |
Definition at line 135 of file Representation.h.
std::vector<EnumInfo> clang::doc::ScopeChildren::Enums |
Definition at line 146 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), clang::doc::genMarkdown(), clang::doc::serialize::InsertChild(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), clang::doc::NamespaceInfo::merge(), clang::doc::RecordInfo::merge(), and llvm::yaml::RecordInfoMapping().
std::vector<FunctionInfo> clang::doc::ScopeChildren::Functions |
Definition at line 145 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), clang::doc::genMarkdown(), clang::doc::serialize::InsertChild(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), clang::doc::NamespaceInfo::merge(), clang::doc::RecordInfo::merge(), and llvm::yaml::RecordInfoMapping().
std::vector<Reference> clang::doc::ScopeChildren::Namespaces |
Definition at line 143 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), clang::doc::genMarkdown(), clang::doc::serialize::InsertChild(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), and clang::doc::NamespaceInfo::merge().
std::vector<Reference> clang::doc::ScopeChildren::Records |
Definition at line 144 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genHTML(), clang::doc::genMarkdown(), clang::doc::serialize::InsertChild(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), clang::doc::NamespaceInfo::merge(), clang::doc::RecordInfo::merge(), and llvm::yaml::RecordInfoMapping().
std::vector<TypedefInfo> clang::doc::ScopeChildren::Typedefs |
Definition at line 147 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::serialize::InsertChild(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), clang::doc::NamespaceInfo::merge(), clang::doc::RecordInfo::merge(), and llvm::yaml::RecordInfoMapping().