clang-tools 20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::doc::ScopeChildren Struct Reference

#include <Representation.h>

Public Member Functions

void sort ()
 

Public Attributes

std::vector< ReferenceNamespaces
 
std::vector< ReferenceRecords
 
std::vector< FunctionInfoFunctions
 
std::vector< EnumInfoEnums
 
std::vector< TypedefInfoTypedefs
 

Detailed Description

Definition at line 136 of file Representation.h.

Member Function Documentation

◆ sort()

void clang::doc::ScopeChildren::sort ( )

Definition at line 387 of file Representation.cpp.

References Enums, Functions, Namespaces, Records, and Typedefs.

Member Data Documentation

◆ Enums

std::vector<EnumInfo> clang::doc::ScopeChildren::Enums

◆ Functions

std::vector<FunctionInfo> clang::doc::ScopeChildren::Functions

◆ Namespaces

std::vector<Reference> clang::doc::ScopeChildren::Namespaces

◆ Records

std::vector<Reference> clang::doc::ScopeChildren::Records

◆ Typedefs

std::vector<TypedefInfo> clang::doc::ScopeChildren::Typedefs

The documentation for this struct was generated from the following files: