Searched defs:CastText (Results 1 – 2 of 2) sorted by relevance
74 std::string CastText = ("dynamic_cast<" + DestTypeString + ">").str(); in check() local
171 auto ReplaceWithCast = [&](std::string CastText) { in check()