Home
last modified time | relevance | path

Searched refs:LK_TableGen (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestTableGen.cpp34 FormatStyle Style = getGoogleStyle(FormatStyle::LK_TableGen); in format()
H A DFormatTest.cpp22847 Style.Language = FormatStyle::LK_TableGen; in TEST_F()
22959 ASSERT_EQ(*StyleTd, getLLVMStyle(FormatStyle::LK_TableGen)); in TEST()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2589 LK_TableGen, enumerator
4289 case FormatStyle::LK_TableGen: in getLanguageName()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp67 IO.enumCase(Value, "TableGen", FormatStyle::LK_TableGen); in enumeration()
1350 if (Language == FormatStyle::LK_TableGen) in getLLVMStyle()
3476 return FormatStyle::LK_TableGen; in getLanguageByFileName()
H A DUnwrappedLineParser.cpp1452 if (Style.Language == FormatStyle::LK_TableGen && in parseStructuralElement()
H A DTokenAnnotator.cpp4281 Style.Language == FormatStyle::LK_TableGen || in mustBreakBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3192 * ``LK_TableGen`` (in configuration: ``TableGen``)