Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2227 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local
2228 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()
2231 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()
2232 SrcExpr = FixedExpr; in TryReinterpretCast()
H A DSemaExprCXX.cpp8523 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local
8530 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
8535 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()