Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTestJava.cpp86 getChromiumStyle(FormatStyle::LK_Java)); in TEST_F()
304 getChromiumStyle(FormatStyle::LK_Java)); in TEST_F()
H A DFormatTestObjC.cpp946 Style = getChromiumStyle(FormatStyle::LK_ObjC); in TEST_F()
H A DFormatTestJS.cpp565 getChromiumStyle(FormatStyle::LK_JavaScript)); in TEST_F()
H A DFormatTest.cpp4918 FormatStyle style = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F()
5155 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
9717 verifyFormat("A<A<int>> a;", getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
10765 FormatStyle Style = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F()
13562 getChromiumStyle(FormatStyle::LK_Cpp)); in TEST_F()
19948 Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp); in TEST_F()
24049 FormatStyle Style = getChromiumStyle(FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DLibFormat.rst57 FormatStyle getChromiumStyle();
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4050 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp1498 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle() function
1665 *Style = getChromiumStyle(Language); in getPredefinedStyle()