Lines Matching refs:isCSharp
614 if (Style.isCSharp()) { in parseLevel()
737 if (!Style.isCSharp() && NextTok->is(tok::l_square)) { in calculateBraceTypes()
1580 Style.isCSharp()) { in parseStructuralElement()
1972 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) && in parseStructuralElement()
2089 if ((Style.isJavaScript() || Style.isCSharp()) && in parseStructuralElement()
2100 if (Style.isCSharp()) in parseStructuralElement()
2169 if (!Style.isCSharp()) in tryToParsePropertyAccessor()
2444 assert(Style.isJavaScript() || Style.isCSharp()); in tryToParseChildBlock()
2464 if (Style.isCSharp() && FormatTok->is(TT_FatArrow) && in parseBracedList()
2489 if (Style.isCSharp()) in parseBracedList()
2582 if (Style.isCSharp() && FormatTok->is(TT_FatArrow)) in parseParens()
3002 (Style.isCSharp() && FormatTok->is(tok::kw_union))) { in parseNamespace()
3051 if (Style.isCSharp()) { in parseNew()
3732 Style.isCSharp()) { in parseStructLike()
3916 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) { in parseRecord()