Searched refs:NeedComma (Results 1 – 9 of 9) sorted by relevance
312 bool NeedComma = false; in clang_formatDiagnostic() local320 NeedComma = true; in clang_formatDiagnostic()332 if (NeedComma) in clang_formatDiagnostic()336 NeedComma = true; in clang_formatDiagnostic()343 if (NeedComma) in clang_formatDiagnostic()347 NeedComma = true; in clang_formatDiagnostic()353 (void) NeedComma; // Silence dead store warning. in clang_formatDiagnostic()
792 if (NeedComma) in print()796 NeedComma = true; in print()802 if (NeedComma) in print()806 NeedComma = true; in print()809 if (NeedComma) in print()813 NeedComma = true; in print()816 if (NeedComma) in print()820 NeedComma = true; in print()824 if (NeedComma) in print()832 if (NeedComma) in print()[all …]
1781 bool NeedComma = false; in print() local1783 if (NeedComma) in print()1786 NeedComma = true; in print()
78 bool NeedComma = false; in generateReproducerMetaInfo() local80 if (NeedComma) in generateReproducerMetaInfo()82 NeedComma = true; in generateReproducerMetaInfo()
2114 bool NeedComma = false; in VisitLambdaExpr() local2121 NeedComma = true; in VisitLambdaExpr()2126 NeedComma = true; in VisitLambdaExpr()2136 if (NeedComma) in VisitLambdaExpr()2138 NeedComma = true; in VisitLambdaExpr()2195 NeedComma = false; in VisitLambdaExpr()2197 if (NeedComma) { in VisitLambdaExpr()2200 NeedComma = true; in VisitLambdaExpr()2209 if (NeedComma) in VisitLambdaExpr()
1079 bool NeedComma = false; in printTemplateParameters() local1084 if (NeedComma) in printTemplateParameters()1087 NeedComma = true; in printTemplateParameters()
1277 bool NeedComma = false; in printVGPRIndexMode() local1280 if (NeedComma) in printVGPRIndexMode()1283 NeedComma = true; in printVGPRIndexMode()
2561 bool NeedComma = false; in operator <<() local2563 if (NeedComma) OS << ", "; in operator <<()2564 NeedComma = true; in operator <<()
1641 bool NeedComma = false; in print() local1643 if (NeedComma) OS << ','; in print()1645 NeedComma = true; in print()