Searched defs:QualType (Results 1 - 7 of 7) sorted by relevance

/external/clang/utils/
H A DClangDataFormat.py26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
33 return QualType(qualty).summary()
68 class QualType(object): class in inherits:object
/external/clang/include/clang/AST/
H A DCanonicalType.h47 /// 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 Othe
[all...]
H A DType.h46 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 { class in namespace:clang
621 QualType() {} function in class:clang::QualType
623 QualType(const Type *Ptr, unsigned Quals) function in class:clang::QualType
625 QualType(const ExtQuals *Ptr, unsigned Quals) function in class:clang::QualType
642 /// Divides a QualType into its unqualified type and a set of local
647 static QualType getFromOpaquePt
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h125 typedef internal::Matcher<QualType> TypeMatcher;
697 AST_MATCHER_P(QualType, ignoringParens,
698 internal::Matcher<QualType>, InnerMatcher) {
755 internal::Matcher<QualType>, InnerMatcher) {
825 internal::Matcher<QualType>, InnerMatcher) {
1980 const internal::VariadicAllOfMatcher<QualType> qualType;
2047 internal::Matcher<QualType>, InnerMatcher) {
2048 const QualType ArgumentType = Node.getTypeOfArgument();
2414 /// Matcher<QualType>, Matcher<RecordType>, Matcher<TagType>,
2455 AST_MATCHER_P(ObjCMessageExpr, hasReceiverType, internal::Matcher<QualType>,
2660 AST_MATCHER_P( QualType, pointsTo, internal::Matcher<QualType>, InnerMatcher) argument
[all...]
/external/libcxxabi/src/
H A Dcxa_demangle.cpp368 class QualType : public Node { class in namespace:__anon11207
383 QualType(Node *Child_, Qualifiers Quals_) function in class:__anon11207::QualType
809 class FunctionQualType final : public QualType {
812 : QualType(Child_, Quals_) {
2279 Result = make<QualType>(Child, Q);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp220 void setPreferredType(QualType T) {
670 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
678 QualType T;
690 return QualType();
776 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
815 QualType RecordTy = Context.getTypeDeclType(Record);
1180 static bool isObjCReceiverType(ASTContext &C, QualType T) {
1214 QualType T = getDeclUsageType(SemaRef.Context, ND);
1238 QualType T = getDeclUsageType(SemaRef.Context, ND);
1484 static const char *GetCompletionTypeString(QualType
3487 CodeCompleteExpressionData(QualType PreferredType = QualType()) argument
[all...]
H A DSemaDeclCXX.cpp680 QualType NewType = New->getType();
681 QualType OldType = Old->getType();
844 QualType RT = NewFD->getReturnType();
1356 QualType BaseType = TInfo->getType();
1531 typedef llvm::SmallPtrSet<QualType, 4> IndirectBaseSet;
1536 const QualType &Type)
1545 QualType Base = Context.getCanonicalType(BaseSpec.getType())
1565 std::map<QualType, CXXBaseSpecifier*, QualTypeOrdering> KnownBaseTypes;
1575 QualType NewBaseType
1626 QualType BaseTyp
3324 CastForMoving(Sema &SemaRef, Expr *E, QualType T = QualType()) argument
[all...]

Completed in 328 milliseconds