Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2198 ExprResult FixedExpr = SrcExpr; in TryReinterpretCast() local
2199 if (!fixOverloadedReinterpretCastExpr(Self, DestType, FixedExpr)) in TryReinterpretCast()
2202 assert(FixedExpr.isUsable() && "Invalid result fixing overloaded expr"); in TryReinterpretCast()
2203 SrcExpr = FixedExpr; in TryReinterpretCast()
H A DSemaExprCXX.cpp8167 Expr *FixedExpr = Res.get(); in CheckForRecursiveTypos() local
8174 FindTypoExprs(TypoExprs).TraverseStmt(FixedExpr); in CheckForRecursiveTypos()
8179 RecursiveTransformLoop(FixedExpr, IsAmbiguous); in CheckForRecursiveTypos()