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.h57 LK_Proto enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp312 Style.Language != FormatStyle::LK_Proto && in parseSquare()
350 Style.Language == FormatStyle::LK_Proto) && in parseBrace()
1536 if (Style.Language == FormatStyle::LK_Proto) in splitPenalty()
1561 (Right.is(tok::period) && Style.Language == FormatStyle::LK_Proto)) in splitPenalty()
1777 if (Style.Language == FormatStyle::LK_Proto) { in spaceRequiredBefore()
1942 Style.Language == FormatStyle::LK_Proto) in mustBreakBefore()
1954 if (Style.Language == FormatStyle::LK_Proto && Left.isNot(tok::l_brace) && in mustBreakBefore()
DFormat.cpp47 IO.enumCase(Value, "Proto", FormatStyle::LK_Proto); in enumeration()
434 } else if (Language == FormatStyle::LK_Proto) { in getGoogleStyle()
1179 case FormatStyle::LK_Proto: in getLanguageName()
1552 return FormatStyle::LK_Proto; in getLanguageByFileName()
DContinuationIndenter.cpp829 Style.Language == FormatStyle::LK_Proto || !Style.BinPackParameters || in moveStatePastScopeOpener()
DUnwrappedLineParser.cpp339 if (Style.Language == FormatStyle::LK_Proto) { in calculateBraceTypes()
/external/clang/docs/
DClangFormatStyleOptions.rst369 * ``LK_Proto`` (in configuration: ``Proto``)