Searched defs:QualType (Results 1 - 6 of 6) 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"
684 Result.Stored = QualType::getFromOpaquePtr(Ptr);
691 CanQual<T> CanQual<T>::CreateUnsafe(QualType Othe
[all...]
H A DType.h42 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 { class in namespace:clang
555 QualType() {} function in class:clang::QualType
557 QualType(const Type *Ptr, unsigned Quals) function in class:clang::QualType
559 QualType(const ExtQuals *Ptr, unsigned Quals) function in class:clang::QualType
576 /// Divides a QualType int
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h123 typedef internal::Matcher<QualType> TypeMatcher;
456 internal::Matcher<QualType>, InnerMatcher) {
1377 const internal::VariadicAllOfMatcher<QualType> qualType;
1444 internal::Matcher<QualType>, InnerMatcher) {
1445 const QualType ArgumentType = Node.getTypeOfArgument();
1776 /// Matcher<LabelStmt>, Matcher<MemberExpr>, Matcher<QualType>,
1853 internal::Matcher<QualType>, InnerMatcher, 0) {
1906 AST_MATCHER_P(QualType, asString, std::string, Name) {
1920 QualType, pointsTo, internal::Matcher<QualType>,
1919 AST_MATCHER_P( QualType, pointsTo, internal::Matcher<QualType>, InnerMatcher) argument
[all...]
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp221 void setPreferredType(QualType T) {
654 QualType clang::getDeclUsageType(ASTContext &C, const NamedDecl *ND) {
662 QualType T;
674 return QualType();
760 QualType T = getDeclUsageType(SemaRef.Context, R.Declaration);
799 QualType RecordTy = Context.getTypeDeclType(Record);
1170 static bool isObjCReceiverType(ASTContext &C, QualType T) {
1204 QualType T = getDeclUsageType(SemaRef.Context, ND);
1228 QualType T = getDeclUsageType(SemaRef.Context, ND);
1469 static const char *GetCompletionTypeString(QualType
3367 CodeCompleteExpressionData(QualType PreferredType = QualType()) argument
[all...]
H A DSemaDeclCXX.cpp634 QualType NewType = New->getType();
635 QualType OldType = Old->getType();
797 QualType RT = NewFD->getReturnType();
1360 QualType BaseType = TInfo->getType();
1544 std::map<QualType, CXXBaseSpecifier*, QualTypeOrdering> KnownBaseTypes;
1550 QualType NewBaseType
1616 bool Sema::IsDerivedFrom(QualType Derived, QualType Base) {
1639 bool Sema::IsDerivedFrom(QualType Derived, QualType Bas
3037 CastForMoving(Sema &SemaRef, Expr *E, QualType T = QualType()) argument
[all...]

Completed in 189 milliseconds