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

  /external/clang/utils/
ClangDataFormat.py 26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
33 return QualType(qualty).summary()
68 class QualType(object):
  /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; }
148 QualType withConst() const {
174 /// \brief Builds a canonical type from a QualType.
179 static CanQual<T> CreateUnsafe(QualType Other);
207 DB << static_cast<QualType>(T);
321 /// than the more typical @c QualType, to propagate the notion of "canonical"
685 Result.Stored = QualType::getFromOpaquePtr(Ptr);
692 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 43 class QualType;
69 struct isPodLike<clang::QualType> { static const bool value = true; };
326 // on a QualType object.
521 /// QualType - For efficiency, we don't store CV-qualified types as nodes on
529 /// pointer. To handle the packing/unpacking, we make QualType be a
533 class QualType {
556 QualType() {}
558 QualType(const Type *Ptr, unsigned Quals)
560 QualType(const ExtQuals *Ptr, unsigned Quals)
577 /// Divides a QualType into its unqualified type and a set of loca
    [all...]

Completed in 2641 milliseconds