clang
6.0.0
|
#include "/work/www-prereleases/6.0.0/rc2/docsbuild/llvm.src/tools/clang/lib/Format/ContinuationIndenter.h"
Public Member Functions | |
RawStringFormatStyleManager (const FormatStyle &CodeStyle) | |
llvm::Optional< FormatStyle > | get (StringRef Delimiter) const |
Public Attributes | |
llvm::StringMap< FormatStyle > | DelimiterStyle |
Definition at line 39 of file ContinuationIndenter.h.
clang::format::RawStringFormatStyleManager::RawStringFormatStyleManager | ( | const FormatStyle & | CodeStyle | ) |
Definition at line 105 of file ContinuationIndenter.cpp.
References clang::format::FormatStyle::ColumnLimit, DelimiterStyle, clang::format::getLLVMStyle(), clang::format::getPredefinedStyle(), clang::format::FormatStyle::Language, clang::format::FormatStyle::RawStringFormats, and clang::format::Style.
llvm::Optional< FormatStyle > clang::format::RawStringFormatStyleManager::get | ( | StringRef | Delimiter | ) | const |
Definition at line 120 of file ContinuationIndenter.cpp.
References DelimiterStyle.
llvm::StringMap<FormatStyle> clang::format::RawStringFormatStyleManager::DelimiterStyle |
Definition at line 40 of file ContinuationIndenter.h.
Referenced by get(), and RawStringFormatStyleManager().