clang 19.0.0git
Public Attributes | List of all members
clang::tooling::ClassData Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Tooling/DumpTool/APIData.h"

Public Attributes

std::vector< std::string > ASTClassLocations
 
std::vector< std::string > ASTClassRanges
 
std::vector< std::string > TemplateParms
 
std::vector< std::string > TypeSourceInfos
 
std::vector< std::string > TypeLocs
 
std::vector< std::string > NestedNameLocs
 
std::vector< std::string > DeclNameInfos
 

Detailed Description

Definition at line 18 of file APIData.h.

Member Data Documentation

◆ ASTClassLocations

std::vector<std::string> clang::tooling::ClassData::ASTClassLocations

Definition at line 19 of file APIData.h.

Referenced by toJSON().

◆ ASTClassRanges

std::vector<std::string> clang::tooling::ClassData::ASTClassRanges

Definition at line 20 of file APIData.h.

Referenced by toJSON().

◆ DeclNameInfos

std::vector<std::string> clang::tooling::ClassData::DeclNameInfos

Definition at line 25 of file APIData.h.

Referenced by toJSON().

◆ NestedNameLocs

std::vector<std::string> clang::tooling::ClassData::NestedNameLocs

Definition at line 24 of file APIData.h.

Referenced by toJSON().

◆ TemplateParms

std::vector<std::string> clang::tooling::ClassData::TemplateParms

Definition at line 21 of file APIData.h.

Referenced by toJSON().

◆ TypeLocs

std::vector<std::string> clang::tooling::ClassData::TypeLocs

Definition at line 23 of file APIData.h.

Referenced by toJSON().

◆ TypeSourceInfos

std::vector<std::string> clang::tooling::ClassData::TypeSourceInfos

Definition at line 22 of file APIData.h.

Referenced by toJSON().


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