Home | History | Annotate | Download | only in Sema

Lines Matching refs:CastTy

3703     QualType CastTy = llvm::StringSwitch<QualType>(Name)
3710 if (!CastTy.isNull())
3711 return std::make_pair(CastTy, Name);
3846 QualType CastTy;
3847 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E);
3848 if (!CastTy.isNull()) {
3849 IntendedTy = CastTy;