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

  /external/clang/include/clang/Format/
Format.h 528 SpaceBeforeParensOptions SpaceBeforeParens;
655 SpaceBeforeParens == R.SpaceBeforeParens &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 222 Style.SpaceBeforeParens);
320 IO.mapOptional("SpaceBeforeParens", Style.SpaceBeforeParens);
527 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements;
664 Style.SpaceBeforeParens = FormatStyle::SBPO_Always;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 39 milliseconds