Searched refs:NeedComma (Results 1 – 7 of 7) 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()
322 bool NeedComma = false; in print() local324 if (NeedComma) OS << ','; in print()330 NeedComma = true; in print()337 NeedComma = true; in print()341 if (NeedComma) OS << ','; in print()343 NeedComma = true; in print()346 if (NeedComma) OS << ','; in print()348 NeedComma = true; in print()351 if (NeedComma) OS << ','; in print()353 NeedComma = true; in print()[all …]
575 bool NeedComma = false; in print() local577 if (NeedComma) in print()580 NeedComma = true; in print()584 if (NeedComma) in print()592 bool NeedComma = false; in print() local594 if (NeedComma) in print()597 NeedComma = true; in print()
2045 bool NeedComma = false; in VisitLambdaExpr() local2052 NeedComma = true; in VisitLambdaExpr()2057 NeedComma = true; in VisitLambdaExpr()2064 if (NeedComma) in VisitLambdaExpr()2066 NeedComma = true; in VisitLambdaExpr()2096 NeedComma = false; in VisitLambdaExpr()2098 if (NeedComma) { in VisitLambdaExpr()2101 NeedComma = true; in VisitLambdaExpr()2107 if (NeedComma) in VisitLambdaExpr()
245 bool NeedComma = false; in print() local247 if (NeedComma) OS << ','; in print()253 NeedComma = true; in print()256 NeedComma = true; in print()260 if (NeedComma) OS << ','; in print()
1702 bool NeedComma = false; in operator <<() local1704 if (NeedComma) OS << ", "; in operator <<()1705 NeedComma = true; in operator <<()
1336 bool NeedComma = false; in print() local1338 if (NeedComma) OS << ','; in print()1340 NeedComma = true; in print()