Home
last modified time | relevance | path

Searched refs:LS_Auto (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3791 LS_Auto, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp89 IO.enumCase(Value, "Auto", FormatStyle::LS_Auto); in enumeration()
1433 GoogleStyle.Standard = FormatStyle::LS_Auto; in getGoogleStyle()
2131 if (Style.Standard == FormatStyle::LS_Auto) { in deriveLocalStyle()
3414 if (LexingStd == FormatStyle::LS_Auto) in getFormattingLangOpts()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst136 enumeration member (with a prefix, e.g. ``LS_Auto``), and as a value usable in
4501 * ``LS_Auto`` (in configuration: ``Auto``)
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20242 Style.Standard = FormatStyle::LS_Auto; in TEST_F()
20248 CHECK_PARSE("Standard: Auto", Standard, FormatStyle::LS_Auto); in TEST_F()