Searched refs:LK_Cpp (Results 1 – 4 of 4) sorted by relevance
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 21 return getGoogleStyle(FormatStyle::LK_Cpp); in getGoogleStyle() 6407 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F() 8019 EXPECT_TRUE(getPredefinedStyle("LLVM", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F() 8020 EXPECT_TRUE(getPredefinedStyle("lLvM", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F() 8024 EXPECT_TRUE(getPredefinedStyle("Google", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F() 8025 EXPECT_TRUE(getPredefinedStyle("gOOgle", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F() 8035 Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F() 8036 EXPECT_TRUE(getPredefinedStyle("Chromium", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F() 8037 EXPECT_TRUE(getPredefinedStyle("cHRoMiUM", FormatStyle::LK_Cpp, &Styles[2])); in TEST_F() 8041 EXPECT_TRUE(getPredefinedStyle("Mozilla", FormatStyle::LK_Cpp, &Styles[1])); in TEST_F() [all …]
|
/external/clang/include/clang/Format/ |
D | Format.h | 49 LK_Cpp, enumerator
|
/external/clang/lib/Format/ |
D | Format.cpp | 43 IO.enumCase(Value, "Cpp", FormatStyle::LK_Cpp); in enumeration() 305 LLVMStyle.Language = FormatStyle::LK_Cpp; in getLLVMStyle() 1667 case FormatStyle::LK_Cpp: in getLanguageName() 2031 return FormatStyle::LK_Cpp; in getLanguageByFileName()
|
/external/clang/docs/ |
D | ClangFormatStyleOptions.rst | 268 * ``LK_Cpp`` (in configuration: ``Cpp``)
|