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

  /external/clang/unittests/Format/
FormatTestProto.cpp 35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto);
  /external/clang/include/clang/Format/
Format.h 54 LK_Proto
  /external/clang/lib/Format/
TokenAnnotator.cpp 283 Style.Language != FormatStyle::LK_Proto &&
319 Style.Language != FormatStyle::LK_Proto) {
    [all...]
Format.cpp 45 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto);
392 } else if (Language == FormatStyle::LK_Proto) {
    [all...]
ContinuationIndenter.cpp     [all...]
UnwrappedLineParser.cpp 338 if (Style.Language == FormatStyle::LK_Proto) {
    [all...]

Completed in 161 milliseconds