|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| void | sort () |
Public Attributes | |
| llvm::simple_ilist< Reference > | Namespaces |
| OwningVec< Reference > | Records |
| OwningVec< FunctionInfo > | Functions |
| OwningVec< EnumInfo > | Enums |
| OwningVec< TypedefInfo > | Typedefs |
| OwningVec< ConceptInfo > | Concepts |
| OwningVec< VarInfo > | Variables |
Definition at line 287 of file Representation.h.
| void clang::doc::ScopeChildren::sort | ( | ) |
Definition at line 530 of file Representation.cpp.
References Concepts, Enums, Functions, Namespaces, Records, Typedefs, and Variables.
| OwningVec<ConceptInfo> clang::doc::ScopeChildren::Concepts |
Definition at line 300 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and sort().
Definition at line 298 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
| OwningVec<FunctionInfo> clang::doc::ScopeChildren::Functions |
Definition at line 297 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::addChild(), clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
| llvm::simple_ilist<Reference> clang::doc::ScopeChildren::Namespaces |
Definition at line 295 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), and sort().
Definition at line 296 of file Representation.h.
Referenced by clang::doc::addReference(), clang::doc::addReference(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
| OwningVec<TypedefInfo> clang::doc::ScopeChildren::Typedefs |
Definition at line 299 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
Definition at line 301 of file Representation.h.
Referenced by clang::doc::addChild(), clang::doc::ClangDocBitcodeWriter::emitBlock(), and sort().