LLDB mainline
|
Implementation of format_provider<T> for FileSpec. More...
#include <FileSpec.h>
Static Public Member Functions | |
static void | format (const lldb_private::FileSpec &F, llvm::raw_ostream &Stream, StringRef Style) |
Implementation of format_provider<T> for FileSpec.
The options string of a FileSpec has the grammar:
file_spec_options :: (empty) | F | D
| F | Only print filename | /foo/bar | bar | | D | Only print directory | /foo/bar | /foo/ |
Any other value is considered an invalid format string.
Definition at line 459 of file FileSpec.h.
|
static |