LLVM 20.0.0git
|
#include "TextAPI/TextAPIContext.h"
Public Attributes | |
std::string | ErrorMessage |
std::string | Path |
FileType | FileKind |
Definition at line 22 of file TextAPIContext.h.
std::string llvm::MachO::TextAPIContext::ErrorMessage |
Definition at line 23 of file TextAPIContext.h.
Referenced by llvm::MachO::TextAPIReader::get().
FileType llvm::MachO::TextAPIContext::FileKind |
Definition at line 25 of file TextAPIContext.h.
Referenced by llvm::MachO::TextAPIReader::get(), llvm::yaml::MappingTraits< const InterfaceFile * >::setFileTypeForInput(), and llvm::MachO::TextAPIWriter::writeToStream().
std::string llvm::MachO::TextAPIContext::Path |
Definition at line 24 of file TextAPIContext.h.
Referenced by llvm::MachO::TextAPIReader::get(), and llvm::MachO::TextAPIWriter::writeToStream().