Home
last modified time | relevance | path

Searched refs:FixedExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp2211 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local
2212 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()
2215 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()
2216 SrcExpr = FixedExpr; in TryReinterpretCast()
H A DSemaExprCXX.cpp8499 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local
8506 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
8511 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()