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()
321 bool NeedComma = false; in print() local323 if (NeedComma) OS << ','; in print()329 NeedComma = true; in print()336 NeedComma = true; in print()340 if (NeedComma) OS << ','; in print()342 NeedComma = true; in print()345 if (NeedComma) OS << ','; in print()347 NeedComma = true; in print()350 if (NeedComma) OS << ','; in print()352 NeedComma = true; in print()[all …]
554 bool NeedComma = false; in print() local556 if (NeedComma) in print()559 NeedComma = true; in print()563 if (NeedComma) in print()571 bool NeedComma = false; in print() local573 if (NeedComma) in print()576 NeedComma = true; in print()
1917 bool NeedComma = false; in VisitLambdaExpr() local1924 NeedComma = true; in VisitLambdaExpr()1929 NeedComma = true; in VisitLambdaExpr()1936 if (NeedComma) in VisitLambdaExpr()1938 NeedComma = true; in VisitLambdaExpr()1966 NeedComma = false; in VisitLambdaExpr()1968 if (NeedComma) { in VisitLambdaExpr()1971 NeedComma = true; in VisitLambdaExpr()1977 if (NeedComma) in VisitLambdaExpr()
1042 bool NeedComma = false; in getShuffleComment() local1050 if (NeedComma) in getShuffleComment()1053 NeedComma = true; in getShuffleComment()
1647 bool NeedComma = false; in operator <<() local1649 if (NeedComma) OS << ", "; in operator <<()1650 NeedComma = true; in operator <<()
1352 bool NeedComma = false; in print() local1354 if (NeedComma) OS << ','; in print()1356 NeedComma = true; in print()