Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2258 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local
2259 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()
2262 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()
2263 SrcExpr = FixedExpr; in TryReinterpretCast()
H A DSemaExprCXX.cpp8585 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local
8592 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
8597 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()