|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| void | sort () |
Public Attributes | |
| DocList< Reference > | Namespaces = {} |
| DocList< Reference > | Records = {} |
| DocList< FunctionInfo > | Functions = {} |
| DocList< EnumInfo > | Enums = {} |
| DocList< TypedefInfo > | Typedefs = {} |
| DocList< ConceptInfo > | Concepts = {} |
| DocList< VarInfo > | Variables = {} |
Definition at line 367 of file Representation.h.
| void clang::doc::ScopeChildren::sort | ( | ) |
Definition at line 749 of file Representation.cpp.
References Concepts, Enums, Functions, Namespaces, Records, Typedefs, and Variables.
| DocList<ConceptInfo> clang::doc::ScopeChildren::Concepts = {} |
Definition at line 380 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and sort().
Definition at line 378 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::genMarkdown(), clang::doc::genMarkdown(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
| DocList<FunctionInfo> clang::doc::ScopeChildren::Functions = {} |
Definition at line 377 of file Representation.h.
Referenced by 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().
Definition at line 375 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 376 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().
| DocList<TypedefInfo> clang::doc::ScopeChildren::Typedefs = {} |
Definition at line 379 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), clang::doc::ClangDocBitcodeWriter::emitBlock(), llvm::yaml::MappingTraits< NamespaceInfo >::mapping(), llvm::yaml::recordInfoMapping(), and sort().
Definition at line 381 of file Representation.h.
Referenced by clang::doc::ClangDocBitcodeWriter::emitBlock(), and sort().