Searched refs:FixedExpr (Results 1 – 2 of 2) sorted by relevance
2267 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local2268 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()2271 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()2272 SrcExpr = FixedExpr; in TryReinterpretCast()
8807 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local8814 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()8819 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()