Lines Matching defs:ElemTy
158 ArrayRef<LValuePathEntry> Path, QualType ElemTy)
159 : Ty((const void *)ElemTy.getTypePtrOrNull()), Path(Path) {}
731 QualType ElemTy = Ty->castAs<VectorType>()->getElementType();
732 getVectorElt(0).printPretty(Out, Policy, ElemTy, Ctx);
735 getVectorElt(i).printPretty(Out, Policy, ElemTy, Ctx);
814 QualType ElemTy = Base.getType();
831 if (ElemTy->isRecordType()) {
837 // Leave ElemTy referring to the most-derived class. The actual type
845 ElemTy = VD->getType();
847 } else if (ElemTy->isAnyComplexType()) {
850 ElemTy = ElemTy->castAs<ComplexType>()->getElementType();
854 ElemTy = ElemTy->castAsArrayTypeUnsafe()->getElementType();
874 QualType ElemTy = AT->getElementType();
887 getArrayInitializedElt(I).printPretty(Out, Policy, ElemTy, Ctx);