Searched defs:getGoogleStyle (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Format/
H A DFormatTestJS.cpp36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
313 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
34 format( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) argument
46 verifyFormat( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) argument
H A DFormatTestJava.cpp36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
34 format( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) argument
46 verifyFormat( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) argument
H A DFormatTest.cpp20 FormatStyle getGoogleStyle() { function in namespace:clang::format
21 return getGoogleStyle(FormatStyle::LK_Cpp);
51 FormatStyle Style = getGoogleStyle();
62 verifyFormat(Code, getGoogleStyle());
205 getGoogleStyle()));
214 getGoogleStyle()));
218 verifyFormat("extern \"C\" int f() { return 42; }", getGoogleStyle());
228 getGoogleStyle()));
262 getGoogleStyle()));
1953 getGoogleStyle()));
[all...]
/external/clang/lib/Format/
H A DFormat.cpp394 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { function in namespace:clang::format
443 FormatStyle ChromiumStyle = getGoogleStyle(Language);
522 *Style = getGoogleStyle(Language);

Completed in 180 milliseconds