reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
759 return rewriteToCharLiteral(Msg, CharE, NS, commit); 761 return rewriteToBoolLiteral(Msg, BE, NS, commit); 763 return rewriteToBoolLiteral(Msg, BE, NS, commit); 774 return rewriteToNumericBoxedExpression(Msg, NS, commit); 794 return rewriteToNumericBoxedExpression(Msg, NS, commit); 832 commit.replaceWithInner(Msg->getSourceRange(), ArgRange); 833 commit.insert(ArgRange.getBegin(), "@"); 840 return rewriteToNumericBoxedExpression(Msg, NS, commit); 847 return rewriteToNumericBoxedExpression(Msg, NS, commit); 858 return rewriteToNumericBoxedExpression(Msg, NS, commit); 862 return rewriteToNumericBoxedExpression(Msg, NS, commit); 867 commit.replaceWithInner(CharSourceRange::getTokenRange(Msg->getSourceRange()), 869 commit.insert(LitB, "@"); 872 commit.insert(LitE, ".0"); 876 commit.insert(LitE, LitInfo.F); 879 commit.insert(LitE, LitInfo.U); 882 commit.insert(LitE, LitInfo.L); 884 commit.insert(LitE, LitInfo.LL);