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

1 2

  /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):
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 98 // A QualType represents a type that has the C/C++ "const", "restrict", or "volatile" qualifier.
99 type QualType struct {
105 func (t *QualType) String() string { return t.Qual + " " + t.Type.String() }
107 func (t *QualType) Size() int64 { return t.Type.Size() }
573 t := new(QualType)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 98 // A QualType represents a type that has the C/C++ "const", "restrict", or "volatile" qualifier.
99 type QualType struct {
105 func (t *QualType) String() string { return t.Qual + " " + t.Type.String() }
107 func (t *QualType) Size() int64 { return t.Type.Size() }
573 t := new(QualType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
72 struct isPodLike<clang::QualType> { static const bool value = true; };
341 // printing the QualType instead of the address space value.
362 // on a QualType object.
609 /// pointer. To handle the packing/unpacking, we make QualType be a
613 class QualType {
636 QualType() {}
638 QualType(const Type *Ptr, unsigned Quals)
640 QualType(const ExtQuals *Ptr, unsigned Quals)
657 /// Divides a QualType into its unqualified type and a set of loca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
72 struct isPodLike<clang::QualType> { static const bool value = true; };
344 // printing the QualType instead of the address space value.
365 // on a QualType object.
612 /// pointer. To handle the packing/unpacking, we make QualType be a
616 class QualType {
639 QualType() {}
641 QualType(const Type *Ptr, unsigned Quals)
643 QualType(const ExtQuals *Ptr, unsigned Quals)
660 /// Divides a QualType into its unqualified type and a set of loca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
72 struct isPodLike<clang::QualType> { static const bool value = true; };
344 // printing the QualType instead of the address space value.
365 // on a QualType object.
612 /// pointer. To handle the packing/unpacking, we make QualType be a
616 class QualType {
639 QualType() {}
641 QualType(const Type *Ptr, unsigned Quals)
643 QualType(const ExtQuals *Ptr, unsigned Quals)
660 /// Divides a QualType into its unqualified type and a set of loca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
70 struct isPodLike<clang::QualType> { static const bool value = true; };
342 // printing the QualType instead of the address space value.
363 // on a QualType object.
610 /// pointer. To handle the packing/unpacking, we make QualType be a
614 class QualType {
637 QualType() = default;
639 QualType(const Type *Ptr, unsigned Quals)
641 QualType(const ExtQuals *Ptr, unsigned Quals)
658 /// Divides a QualType into its unqualified type and a set of loca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
70 struct isPodLike<clang::QualType> { static const bool value = true; };
342 // printing the QualType instead of the address space value.
363 // on a QualType object.
610 /// pointer. To handle the packing/unpacking, we make QualType be a
614 class QualType {
637 QualType() = default;
639 QualType(const Type *Ptr, unsigned Quals)
641 QualType(const ExtQuals *Ptr, unsigned Quals)
658 /// Divides a QualType into its unqualified type and a set of loca
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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"
613 Result.Stored = QualType::getFromOpaquePtr(Ptr);
620 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
  /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"
614 Result.Stored = QualType::getFromOpaquePtr(Ptr);
621 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 46 class QualType;
72 struct isPodLike<clang::QualType> { static const bool value = true; };
347 // on a QualType object.
594 /// pointer. To handle the packing/unpacking, we make QualType be a
598 class QualType {
621 QualType() {}
623 QualType(const Type *Ptr, unsigned Quals)
625 QualType(const ExtQuals *Ptr, unsigned Quals)
642 /// Divides a QualType into its unqualified type and a set of local
647 static QualType getFromOpaquePtr(const void *Ptr)
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 368 class QualType : public Node {
383 QualType(Node *Child_, Qualifiers Quals_)
809 class FunctionQualType final : public QualType {
812 : QualType(Child_, Quals_) {
    [all...]

Completed in 928 milliseconds

1 2