Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp379 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local
380 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()
381 ImpCast->setType(Ty); in ImpCastExprToType()
382 ImpCast->setValueKind(VK); in ImpCastExprToType()