Home | History | Annotate | Download | only in Sema

Lines Matching refs:CastTy

4178     QualType CastTy = llvm::StringSwitch<QualType>(Name)
4185 if (!CastTy.isNull())
4186 return std::make_pair(CastTy, Name);
4321 QualType CastTy;
4322 std::tie(CastTy, CastTyName) = shouldNotPrintDirectly(S.Context, IntendedTy, E);
4323 if (!CastTy.isNull()) {
4324 IntendedTy = CastTy;