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

  /external/clang/include/clang/Format/
Format.h 263 bool BreakBeforeTernaryOperators;
379 BreakBeforeTernaryOperators == R.BreakBeforeTernaryOperators &&
  /external/clang/lib/Format/
ContinuationIndenter.cpp 138 (Style.BreakBeforeTernaryOperators &&
141 (!Style.BreakBeforeTernaryOperators &&
589 if ((Current.is(tok::question) && Style.BreakBeforeTernaryOperators) ||
592 !Style.BreakBeforeTernaryOperators))
716 Style.BreakBeforeTernaryOperators);
    [all...]
Format.cpp 182 IO.mapOptional("BreakBeforeTernaryOperators",
183 Style.BreakBeforeTernaryOperators);
318 LLVMStyle.BreakBeforeTernaryOperators = true;
389 GoogleStyle.BreakBeforeTernaryOperators = false;
448 Style.BreakBeforeTernaryOperators = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 214 milliseconds