Lines Matching defs:castCode
3813 std::string castCode = "(";
3814 castCode += bridgeKeyword;
3815 castCode += castType.getAsString();
3816 castCode += ")";
3819 DiagB.AddFixItHint(FixItHint::CreateReplacement(Range, castCode));
3822 std::string castCode = "(";
3823 castCode += bridgeKeyword;
3824 castCode += castType.getAsString();
3825 castCode += ")";
3830 castCode));
3832 castCode += "(";
3834 castCode));