Home
last modified time | relevance | path

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

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