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

  /build/make/tools/
brillo-clang-format 31 AllowShortLoopsOnASingleLine: false
  /external/avb/
.clang-format 20 AllowShortLoopsOnASingleLine: false
  /system/iot/attestation/atap/
.clang-format 20 AllowShortLoopsOnASingleLine: false
  /external/clang/include/clang/Format/
Format.h 153 bool AllowShortLoopsOnASingleLine;
650 AllowShortLoopsOnASingleLine == R.AllowShortLoopsOnASingleLine &&
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h 204 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Format/
Format.h 221 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Format/
Format.h 221 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Format/
Format.h 204 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Format/
Format.h 221 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Format/
Format.h 221 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Format/
Format.h 246 bool AllowShortLoopsOnASingleLine;
    [all...]
  /external/clang/lib/Format/
Format.cpp 262 IO.mapOptional("AllowShortLoopsOnASingleLine",
263 Style.AllowShortLoopsOnASingleLine);
502 LLVMStyle.AllowShortLoopsOnASingleLine = false;
580 GoogleStyle.AllowShortLoopsOnASingleLine = true;
640 ChromiumStyle.AllowShortLoopsOnASingleLine = false;
    [all...]
UnwrappedLineFormatter.cpp 232 return Style.AllowShortLoopsOnASingleLine
343 if (!Style.AllowShortLoopsOnASingleLine &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 350 AllowsMergedLoops.AllowShortLoopsOnASingleLine = true;
376 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = true;
417 AllowSimpleBracedStatements.AllowShortLoopsOnASingleLine = false;
    [all...]

Completed in 1038 milliseconds