HomeSort by relevance Sort by last modified time
    Searched defs:getGoogleStyle (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/Format/
FormatTest.cpp 20 FormatStyle getGoogleStyle() {
21 return getGoogleStyle(FormatStyle::LK_Cpp);
51 FormatStyle Style = getGoogleStyle();
62 verifyFormat(Code, getGoogleStyle());
186 getGoogleStyle()));
220 getGoogleStyle()));
    [all...]
  /external/clang/lib/Format/
Format.cpp 365 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
401 FormatStyle ChromiumStyle = getGoogleStyle(Language);
471 *Style = getGoogleStyle(Language);
    [all...]

Completed in 257 milliseconds