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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp 1058 const uint32_t DefaultStyle = 0x80880000;
1062 uint32_t UsedStyle = ObjectData.Style.getValueOr(DefaultStyle);
1078 // We cannot let the higher word of DefaultStyle be equal to 0xFFFF.
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 1478 FormatStyle DefaultStyle = Styles[0];
1479 DefaultStyle.Language = Language;
1480 StyleSet.Add(std::move(DefaultStyle));

Completed in 22 milliseconds