clang-tools
8.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 25 of file IncludeFixerContext.h.
std::string clang::include_fixer::IncludeFixerContext::HeaderInfo::Header |
The header where QualifiedName comes from.
Definition at line 27 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 30 of file IncludeFixerContext.h.