Lines Matching refs:isCSharp
458 if (Style.isCSharp()) { in parseLevel()
594 if (!Style.isCSharp() && NextTok->is(tok::l_square)) { in calculateBraceTypes()
1486 Style.isCSharp()) { in parseStructuralElement()
1921 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where) && in parseStructuralElement()
2031 if ((Style.isJavaScript() || Style.isCSharp()) && in parseStructuralElement()
2042 if (Style.isCSharp()) in parseStructuralElement()
2120 if (!Style.isCSharp()) in tryToParsePropertyAccessor()
2408 assert(Style.isJavaScript() || Style.isCSharp()); in tryToParseChildBlock()
2426 if (Style.isCSharp() && FormatTok->is(TT_FatArrow) && in parseBracedList()
2450 if (Style.isCSharp()) in parseBracedList()
2574 if (Style.isCSharp() && FormatTok->is(TT_FatArrow)) in parseParens()
3030 (Style.isCSharp() && FormatTok->is(tok::kw_union))) { in parseNamespace()
3078 if (Style.isCSharp()) { in parseNew()
3799 Style.isCSharp()) { in parseStructLike()
3985 if (Style.isCSharp() && FormatTok->is(Keywords.kw_where)) { in parseRecord()