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

#include <Representation.h>

Public Attributes

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

Detailed Description

Definition at line 135 of file Representation.h.

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 file: