Lines Matching defs:castCode
3824 std::string castCode = "(";
3825 castCode += bridgeKeyword;
3826 castCode += castType.getAsString();
3827 castCode += ")";
3830 DiagB.AddFixItHint(FixItHint::CreateReplacement(Range, castCode));
3833 std::string castCode = "(";
3834 castCode += bridgeKeyword;
3835 castCode += castType.getAsString();
3836 castCode += ")";
3841 castCode));
3843 castCode += "(";
3845 castCode));