Home
last modified time | relevance | path

Searched refs:LK_Proto (Results 1 – 7 of 7) sorted by relevance

/external/clang/unittests/Format/
DFormatTestProto.cpp35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
/external/clang/include/clang/Format/
DFormat.h430 LK_Proto enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp378 Style.Language == FormatStyle::LK_Proto) && in parseBrace()
718 if (Style.Language == FormatStyle::LK_Proto && Line.Level == 0 && in parseLine()
1725 if (Style.Language == FormatStyle::LK_Proto) in splitPenalty()
1754 (Right.is(tok::period) && Style.Language == FormatStyle::LK_Proto)) in splitPenalty()
1994 } else if (Style.Language == FormatStyle::LK_Proto) { in spaceRequiredBefore()
2207 Style.Language == FormatStyle::LK_Proto) in mustBreakBefore()
2216 if (Style.Language == FormatStyle::LK_Proto && Left.isNot(tok::l_brace) && in mustBreakBefore()
DFormat.cpp49 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto); in enumeration()
587 } else if (Language == FormatStyle::LK_Proto) { in getGoogleStyle()
1409 case FormatStyle::LK_Proto: in getLanguageName()
1949 return FormatStyle::LK_Proto; in getLanguageByFileName()
DUnwrappedLineParser.cpp341 if (Style.Language == FormatStyle::LK_Proto) { in calculateBraceTypes()
1554 } else if (Style.Language == FormatStyle::LK_Proto) { in parseEnum()
DContinuationIndenter.cpp898 Style.Language == FormatStyle::LK_Proto || !Style.BinPackArguments || in moveStatePastScopeOpener()
/external/clang/docs/
DClangFormatStyleOptions.rst511 * ``LK_Proto`` (in configuration: ``Proto``)