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 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"
684 Result.Stored = QualType::getFromOpaquePtr(Ptr);
691 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 42 class QualType;
68 struct isPodLike<clang::QualType> { static const bool value = true; };
325 // on a QualType object.
520 /// QualType - For efficiency, we don't store CV-qualified types as nodes on
528 /// pointer. To handle the packing/unpacking, we make QualType be a
532 class QualType {
555 QualType() {}
557 QualType(const Type *Ptr, unsigned Quals)
559 QualType(const ExtQuals *Ptr, unsigned Quals)
576 /// Divides a QualType into its unqualified type and a set of loca
    [all...]

Completed in 230 milliseconds