Home | History | Annotate | Download | only in Format

Lines Matching refs:FormatStyle

34   AnnotatingParser(const FormatStyle &Style, AnnotatedLine &Line,
283 Style.Language != FormatStyle::LK_Proto &&
319 Style.Language != FormatStyle::LK_Proto) {
334 (Style.Language == FormatStyle::LK_JavaScript &&
988 const FormatStyle &Style;
1355 if (Style.Language == FormatStyle::LK_Proto)
1375 (Right.is(tok::period) && Style.Language == FormatStyle::LK_Proto))
1448 if (Style.Language == FormatStyle::LK_Proto) {
1456 } else if (Style.Language == FormatStyle::LK_JavaScript) {
1497 return (Left.is(tok::less) && Style.Standard == FormatStyle::LS_Cpp03) ||
1509 Style.PointerAlignment != FormatStyle::PAS_Left);
1511 (Left.Type != TT_PointerOrReference || Style.PointerAlignment != FormatStyle::PAS_Right))
1516 Right.isNot(tok::l_paren) && Style.PointerAlignment != FormatStyle::PAS_Right &&
1540 (Style.SpaceBeforeParens != FormatStyle::SBPO_Never &&
1544 (Style.SpaceBeforeParens == FormatStyle::SBPO_Always &&
1613 (Style.Standard != FormatStyle::LS_Cpp11 || Style.SpacesInAngles);
1678 Style.Language == FormatStyle::LK_Proto) {
1682 return Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1683 Style.BreakBeforeBraces == FormatStyle::BS_GNU;
1698 if (Style.Language == FormatStyle::LK_JavaScript) {