Searched refs:DestTypeString (Results 1 – 2 of 2) sorted by relevance
166 StringRef DestTypeString = getDestTypeString(SM, getLangOpts(), CastExpr); in check() local184 ReplaceWithCast((CastType + "<" + DestTypeString + ">").str()); in check()189 ReplaceWithCast(DestTypeString.str()); in check()210 ReplaceWithCast(("static_cast<" + DestTypeString + ">").str()); in check()
61 StringRef DestTypeString = Lexer::getSourceText( in check() local74 std::string CastText = ("dynamic_cast<" + DestTypeString + ">").str(); in check()