Lines Matching refs:isCSharp
593 if (Style.isCSharp()) { in parseLevel()
716 if (!Style.isCSharp() && NextTok->is(tok::l_square)) { in calculateBraceTypes()
1485 Style.isCSharp()) { in parseStructuralElement()
1849 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) && in parseStructuralElement()
1950 if ((Style.isJavaScript() || Style.isCSharp()) && in parseStructuralElement()
1961 if (Style.isCSharp()) in parseStructuralElement()
1995 if (!Style.isCSharp()) in tryToParsePropertyAccessor()
2267 assert(Style.isJavaScript() || Style.isCSharp()); in tryToParseChildBlock()
2287 if (Style.isCSharp() && FormatTok->is(TT_FatArrow) && in parseBracedList()
2312 if (Style.isCSharp()) in parseBracedList()
2405 if (Style.isCSharp() && FormatTok->is(TT_FatArrow)) in parseParens()
2814 (Style.isCSharp() && FormatTok->is(tok::kw_union))) { in parseNamespace()
2863 if (Style.isCSharp()) { in parseNew()
3553 Style.isCSharp()) { in parseStructLike()
3743 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) { in parseRecord()