Searched refs:NeedComma (Results 1 – 4 of 4) sorted by relevance
325 bool NeedComma = false; in clang_formatDiagnostic() local333 NeedComma = true; in clang_formatDiagnostic()345 if (NeedComma) in clang_formatDiagnostic()349 NeedComma = true; in clang_formatDiagnostic()356 if (NeedComma) in clang_formatDiagnostic()360 NeedComma = true; in clang_formatDiagnostic()366 (void) NeedComma; // Silence dead store warning. in clang_formatDiagnostic()
288 bool NeedComma = false; in print() local290 if (NeedComma) OS << ','; in print()296 NeedComma = true; in print()303 NeedComma = true; in print()307 if (NeedComma) OS << ','; in print()309 NeedComma = true; in print()312 if (NeedComma) OS << ','; in print()314 NeedComma = true; in print()317 if (NeedComma) OS << ','; in print()319 NeedComma = true; in print()[all …]
1732 bool NeedComma = false; in VisitLambdaExpr() local1739 NeedComma = true; in VisitLambdaExpr()1744 NeedComma = true; in VisitLambdaExpr()1751 if (NeedComma) in VisitLambdaExpr()1753 NeedComma = true; in VisitLambdaExpr()1781 NeedComma = false; in VisitLambdaExpr()1783 if (NeedComma) { in VisitLambdaExpr()1786 NeedComma = true; in VisitLambdaExpr()1792 if (NeedComma) in VisitLambdaExpr()
956 bool NeedComma = false; in getShuffleComment() local964 if (NeedComma) in getShuffleComment()967 NeedComma = true; in getShuffleComment()