Home | History | Annotate | Download | only in Sema

Lines Matching refs:InTy

2305     QualType InTy = InputExpr->getType();
2307 if (Context.hasSameType(InTy, OutTy))
2316 if (InTy->isIntegerType() || InTy->isPointerType())
2318 else if (InTy->isRealFloatingType())
2337 uint64_t InSize = Context.getTypeSize(InTy);
2385 << InTy << OutTy << OutputExpr->getSourceRange()