Home | History | Annotate | Download | only in AST

Lines Matching defs:QualType

47 /// be implicitly converted to a QualType, but the reverse operation requires
54 QualType Stored;
80 operator QualType() const { return Stored; }
147 QualType withConst() const {
173 /// \brief Builds a canonical type from a QualType.
178 static CanQual<T> CreateUnsafe(QualType Other);
206 DB << static_cast<QualType>(T);
320 /// than the more typical @c QualType, to propagate the notion of "canonical"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other) {