clang-tools 19.0.0git
Public Attributes | List of all members
clang::include_fixer::IncludeFixerContext::HeaderInfo Struct Reference

#include <IncludeFixerContext.h>

Public Attributes

std::string Header
 The header where QualifiedName comes from.
 
std::string QualifiedName
 A symbol name with completed namespace qualifiers which will replace the original symbol.
 

Detailed Description

Definition at line 24 of file IncludeFixerContext.h.

Member Data Documentation

◆ Header

std::string clang::include_fixer::IncludeFixerContext::HeaderInfo::Header

The header where QualifiedName comes from.

Definition at line 26 of file IncludeFixerContext.h.

◆ QualifiedName

std::string clang::include_fixer::IncludeFixerContext::HeaderInfo::QualifiedName

A symbol name with completed namespace qualifiers which will replace the original symbol.

Definition at line 29 of file IncludeFixerContext.h.


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