Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp397 if (ImplicitCastExpr *ImpCast = dyn_cast<ImplicitCastExpr>(E)) { in ImpCastExprToType() local
398 if (ImpCast->getCastKind() == Kind && (!BasePath || BasePath->empty())) { in ImpCastExprToType()
399 ImpCast->setType(Ty); in ImpCastExprToType()
400 ImpCast->setValueKind(VK); in ImpCastExprToType()