HomeSort by: relevance | last modified time | path
    Searched refs:SpaceBeforeParens (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2988 SpaceBeforeParensOptions SpaceBeforeParens;
3362 SpaceBeforeParens == R.SpaceBeforeParens &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.cpp 2792 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always ||
2793 (Style.SpaceBeforeParens == FormatStyle::SBPO_NonEmptyParentheses &&
3021 if (Style.SpaceBeforeParens ==
3026 (Style.SpaceBeforeParens != FormatStyle::SBPO_Never &&
3183 return Style.SpaceBeforeParens == FormatStyle::SBPO_ControlStatements ||
3290 return Style.SpaceBeforeParens != FormatStyle::SBPO_Never;
Format.cpp 504 Style.SpaceBeforeParens);
688 IO.mapOptional("SpaceBeforeParens", Style.SpaceBeforeParens);
1057 LLVMStyle.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements;
1356 Style.SpaceBeforeParens = FormatStyle::SBPO_Always;

Completed in 41 milliseconds