HomeSort by relevance Sort by last modified time
    Searched refs:BasedOnStyle (Results 1 - 9 of 9) sorted by null

  /system/tpm/
.clang-format 5 BasedOnStyle: Chromium
  /system/bt/
.clang-format 22 BasedOnStyle: Google
  /system/nfc/
.clang-format 22 BasedOnStyle: Google
  /packages/apps/Bluetooth/
.clang-format 22 BasedOnStyle: Google
28 BasedOnStyle: Google
  /packages/apps/Music/
.clang-format 22 BasedOnStyle: Google
28 BasedOnStyle: Google
  /build/make/tools/
brillo-clang-format 28 BasedOnStyle: Google
  /external/avb/
.clang-format 17 BasedOnStyle: Google
  /hardware/interfaces/
.clang-format 22 BasedOnStyle: Google
  /external/clang/lib/Format/
Format.cpp 214 IO.mapOptional("# BasedOnStyle", StyleName);
219 StringRef BasedOnStyle;
220 IO.mapOptional("BasedOnStyle", BasedOnStyle);
221 if (!BasedOnStyle.empty()) {
225 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
226 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
    [all...]

Completed in 894 milliseconds