clang-tools 20.0.0git
|
#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. | |
Definition at line 24 of file IncludeFixerContext.h.
std::string clang::include_fixer::IncludeFixerContext::HeaderInfo::Header |
The header where QualifiedName comes from.
Definition at line 26 of file IncludeFixerContext.h.
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.