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

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.cpp 173 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign)
ContinuationIndenter.cpp 650 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign &&
1362 (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign ||
1393 Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign)
Format.cpp 341 IO.enumCase(Value, "DontAlign", FormatStyle::BAS_DontAlign);
346 IO.enumCase(Value, "false", FormatStyle::BAS_DontAlign);
1178 GoogleStyle.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
1326 Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
TokenAnnotator.cpp 2729 Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign)
2744 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_DontAlign &&
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 77 BAS_DontAlign,

Completed in 26 milliseconds