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()
763 bool NeedComma = false; in print() local765 if (NeedComma) in print()769 NeedComma = true; in print()775 if (NeedComma) in print()779 NeedComma = true; in print()782 if (NeedComma) in print()786 NeedComma = true; in print()789 if (NeedComma) in print()793 NeedComma = true; in print()797 if (NeedComma) in print()[all …]
1837 bool NeedComma = false; in print() local1839 if (NeedComma) in print()1842 NeedComma = true; in print()
78 bool NeedComma = false; in generateReproducerMetaInfo() local80 if (NeedComma) in generateReproducerMetaInfo()82 NeedComma = true; in generateReproducerMetaInfo()
1946 bool NeedComma = false; in VisitLambdaExpr() local1953 NeedComma = true; in VisitLambdaExpr()1958 NeedComma = true; in VisitLambdaExpr()1968 if (NeedComma) in VisitLambdaExpr()1970 NeedComma = true; in VisitLambdaExpr()2027 NeedComma = false; in VisitLambdaExpr()2029 if (NeedComma) { in VisitLambdaExpr()2032 NeedComma = true; in VisitLambdaExpr()2038 if (NeedComma) in VisitLambdaExpr()
1069 bool NeedComma = false; in printTemplateParameters() local1074 if (NeedComma) in printTemplateParameters()1077 NeedComma = true; in printTemplateParameters()
1188 bool NeedComma = false; in printVGPRIndexMode() local1191 if (NeedComma) in printVGPRIndexMode()1194 NeedComma = true; in printVGPRIndexMode()
2427 bool NeedComma = false; in operator <<() local2429 if (NeedComma) OS << ", "; in operator <<()2430 NeedComma = true; in operator <<()
1610 bool NeedComma = false; in print() local1612 if (NeedComma) OS << ','; in print()1614 NeedComma = true; in print()