Home
last modified time | relevance | path

Searched defs:FormatStyle (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h46 struct FormatStyle { struct
48 int AccessModifierOffset;
51 enum BracketAlignmentStyle {
77 BracketAlignmentStyle AlignAfterOpenBracket;
88 bool AlignConsecutiveAssignments;
99 bool AlignConsecutiveDeclarations;
103 bool AlignEscapedNewlinesLeft;
114 bool AlignOperands;
117 bool AlignTrailingComments;
121 bool AllowAllParametersOfDeclarationOnNextLine;
[all …]
/external/llvm-project/clang/include/clang/Format/
DFormat.h54 struct FormatStyle { struct
56 int AccessModifierOffset;
59 enum BracketAlignmentStyle {
85 BracketAlignmentStyle AlignAfterOpenBracket;
98 bool AlignConsecutiveMacros;
109 bool AlignConsecutiveAssignments;
120 bool AlignConsecutiveBitFields;
131 bool AlignConsecutiveDeclarations;
134 enum EscapedNewlineAlignmentStyle {
165 EscapedNewlineAlignmentStyle AlignEscapedNewlines;
[all …]
/external/llvm-project/clang-tools-extra/clang-apply-replacements/tool/
DClangApplyReplacementsMain.cpp105 format::FormatStyle FormatStyle = std::move(*FormatStyleOrError); in main() local
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp392 llvm::Expected<FormatStyle> FormatStyle = in format() local
480 llvm::Expected<clang::format::FormatStyle> FormatStyle = in dumpConfig() local
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.h93 llvm::Optional<std::string> FormatStyle; member
/external/llvm-project/clang-tools-extra/clang-tidy/tool/
DClangTidyMain.cpp130 static cl::opt<std::string> FormatStyle("format-style", cl::desc(R"( variable
/external/clang/tools/clang-format/
DClangFormat.cpp254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc93 enum class FormatStyle { Fixed, Precision }; enum
/external/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc93 enum class FormatStyle { Fixed, Precision }; enum
/external/cldr/tools/java/org/unicode/cldr/util/
DRational.java294 public enum FormatStyle {plain, simple, repeating, html} enum in Rational
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dfloat_conversion.cc1006 enum class FormatStyle { Fixed, Precision }; enum
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc992 enum class FormatStyle { Fixed, Precision }; enum
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc1011 enum class FormatStyle { Fixed, Precision }; enum
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc992 enum class FormatStyle { Fixed, Precision }; enum
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp16390 TEST(FormatStyle, GetStyleWithEmptyFileName) { in TEST() argument
16397 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument
/external/clang/unittests/Format/
DFormatTest.cpp11490 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument