HomeSort by: relevance | last modified time | path
    Searched defs:QualType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/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):
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 62 /// be implicitly converted to a QualType, but the reverse operation requires
67 QualType Stored;
92 operator QualType() const { return Stored; }
161 QualType withConst() const {
187 /// Builds a canonical type from a QualType.
192 static CanQual<T> CreateUnsafe(QualType Other);
220 DB << static_cast<QualType>(T);
336 /// than the more typical @c QualType, to propagate the notion of "canonical"
635 Result.Stored = QualType::getFromOpaquePtr(Ptr);
642 CanQual<T> CanQual<T>::CreateUnsafe(QualType Other)
    [all...]
Type.h 61 class QualType;
372 // printing the QualType instead of the address space value.
393 // on a QualType object.
664 /// pointer. To handle the packing/unpacking, we make QualType be a
668 class QualType {
691 QualType() = default;
692 QualType(const Type *Ptr, unsigned Quals) : Value(Ptr, Quals) {}
693 QualType(const ExtQuals *Ptr, unsigned Quals) : Value(Ptr, Quals) {}
709 /// Divides a QualType into its unqualified type and a set of local
715 static QualType getFromOpaquePtr(const void *Ptr)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 36 X(QualType) \
317 class QualType final : public Node {
332 QualType(const Node *Child_, Qualifiers Quals_)
3721 Ty = make<QualType>(Ty, Quals);

Completed in 27 milliseconds