clang-tools 23.0.0git
clang::doc::ScopeChildren Struct Reference

#include <Representation.h>

Public Member Functions

void sort ()

Public Attributes

OwningVec< ReferenceNamespaces
OwningVec< ReferenceRecords
OwningVec< FunctionInfoFunctions
OwningVec< EnumInfoEnums
OwningVec< TypedefInfoTypedefs
OwningVec< ConceptInfoConcepts
OwningVec< VarInfoVariables

Detailed Description

Definition at line 214 of file Representation.h.

Member Function Documentation

◆ sort()

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

Definition at line 516 of file Representation.cpp.

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

Member Data Documentation

◆ Concepts

OwningVec<ConceptInfo> clang::doc::ScopeChildren::Concepts

◆ Enums

◆ Functions

◆ Namespaces

◆ Records

◆ Typedefs

◆ Variables

OwningVec<VarInfo> clang::doc::ScopeChildren::Variables

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