HomeSort by relevance Sort by last modified time
    Searched defs:QualType (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 48 /// be implicitly converted to a QualType, but the reverse operation requires
55 QualType Stored;
81 operator QualType() const { return Stored; }
146 QualType withConst() const {
172 /// \brief Builds a canonical type from a QualType.
177 static CanQual<T> CreateUnsafe(QualType Other);
205 DB << static_cast<QualType>(T);
318 /// than the more typical @c QualType, to propagate the notion of "canonical"
727 Result.Stored = QualType::getFromOpaquePtr(Ptr);
734 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 41 class QualType;
67 struct isPodLike<clang::QualType> { static const bool value = true; };
284 // on a QualType object.
452 /// QualType - For efficiency, we don't store CV-qualified types as nodes on
460 /// pointer. To handle the packing/unpacking, we make QualType be a
464 class QualType {
487 QualType() {}
489 QualType(const Type *Ptr, unsigned Quals)
491 QualType(const ExtQuals *Ptr, unsigned Quals)
510 /// Divides a QualType into its unqualified type and a set of loca
    [all...]

Completed in 33 milliseconds