Searched refs:FixedExpr (Results 1 – 2 of 2) sorted by relevance
2227 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local2228 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()2231 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()2232 SrcExpr = FixedExpr; in TryReinterpretCast()
8523 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local8530 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()8535 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()