clang-tools
11.0.0
|
#include <IncludeFixerContext.h>
Public Attributes | |
std::string | Header |
The header where QualifiedName comes from. More... | |
std::string | QualifiedName |
A symbol name with completed namespace qualifiers which will replace the original symbol. More... | |
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.
Referenced by clang::include_fixer::IncludeFixerContext::IncludeFixerContext().
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.
Referenced by clang::include_fixer::IncludeFixerContext::IncludeFixerContext().