Searched refs:NeedComma (Results 1 – 7 of 7) sorted by relevance
340 if (NeedComma) in emitLookupFunction()342 NeedComma = true; in emitLookupFunction()404 bool NeedComma = false; in emitLookupFunction() local406 if (NeedComma) in emitLookupFunction()408 NeedComma = true; in emitLookupFunction()470 bool NeedComma = false; in emitLookupDeclaration() local472 if (NeedComma) in emitLookupDeclaration()474 NeedComma = true; in emitLookupDeclaration()505 bool NeedComma = false; in emitGenericTable() local507 if (NeedComma) in emitGenericTable()[all …]
714 bool NeedComma = false; in print() local716 if (NeedComma) in print()720 NeedComma = true; in print()726 if (NeedComma) in print()730 NeedComma = true; in print()733 if (NeedComma) in print()737 NeedComma = true; in print()741 if (NeedComma) in print()751 bool NeedComma = false; in print() local753 if (NeedComma) in print()[all …]
1708 bool NeedComma = false; in print() local1710 if (NeedComma) in print()1713 NeedComma = true; in print()
78 bool NeedComma = false; in generateReproducerMetaInfo() local80 if (NeedComma) in generateReproducerMetaInfo()82 NeedComma = true; in generateReproducerMetaInfo()
1850 bool NeedComma = false; in VisitLambdaExpr() local1857 NeedComma = true; in VisitLambdaExpr()1862 NeedComma = true; in VisitLambdaExpr()1872 if (NeedComma) in VisitLambdaExpr()1874 NeedComma = true; in VisitLambdaExpr()1907 NeedComma = false; in VisitLambdaExpr()1909 if (NeedComma) { in VisitLambdaExpr()1912 NeedComma = true; in VisitLambdaExpr()1918 if (NeedComma) in VisitLambdaExpr()
1944 bool NeedComma = false; in operator <<() local1946 if (NeedComma) OS << ", "; in operator <<()1947 NeedComma = true; in operator <<()
1585 bool NeedComma = false; in print() local1587 if (NeedComma) OS << ','; in print()1589 NeedComma = true; in print()