Searched defs:QType (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/Index/
H A Dusrs.cpp6 typedef int QType; typedef in namespace:bar
7 void bar(QType z);
88 // CHECK: usrs.cpp c:usrs.cpp@64@N@bar@T@QType Extent=[6:3 - 6:20]
/external/qemu/
H A Dqobject.h51 typedef struct QType { struct
54 } QType; typedef in typeref:struct:QType
57 const QType *type;
/external/clang/lib/AST/
H A DASTContext.cpp3521 ObjCObjectPointerType *QType = local
3524 Types.push_back(QType);
3525 ObjCObjectPointerTypes.InsertNode(QType, InsertPos);
3526 return QualType(QType, 0);
/external/clang/lib/Sema/
H A DSemaExpr.cpp2365 QualType QType = QualType(Qualifier->getAsType(), 0); local
2366 assert(QType->isRecordType() && "lookup done with non-record type");
2368 QualType QRecordType = QualType(QType->getAs<RecordType>(), 0);
2380 QType = Context.getPointerType(QType);
2381 From = ImpCastExprToType(From, QType, CK_UncheckedDerivedToBase,
2384 FromType = QType;

Completed in 210 milliseconds