Searched refs:getChromiumStyle (Results 1 - 5 of 5) sorted by relevance

/external/clang/unittests/Format/
H A DFormatTestJava.cpp86 getChromiumStyle(FormatStyle::LK_Java));
282 getChromiumStyle(FormatStyle::LK_Java));
H A DFormatTestJS.cpp278 getChromiumStyle(FormatStyle::LK_JavaScript));
H A DFormatTest.cpp2848 getChromiumStyle(FormatStyle::LK_Cpp));
5462 verifyFormat("A<A>> a;", getChromiumStyle(FormatStyle::LK_Cpp));
7645 getChromiumStyle(FormatStyle::LK_Cpp));
10055 Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp);
/external/clang/include/clang/Format/
H A DFormat.h727 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
/external/clang/lib/Format/
H A DFormat.cpp629 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { function in namespace:clang::format
716 *Style = getChromiumStyle(Language);

Completed in 299 milliseconds