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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5364 auto *QType =
5367 Types.push_back(QType);
5368 ObjCObjectPointerTypes.InsertNode(QType, InsertPos);
5369 return QualType(QType, 0);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 2969 QualType QType = VD->getType();
2970 if (QType->isDependentType() || QType->isInstantiationDependentType()) {
17439 QualType QType = D->getType();
17445 QType = QType.getNonReferenceType().getUnqualifiedType().getCanonicalType();
17446 const Type *Ty = QType.getTypePtrOrNull();
17449 << QType << getLangOpts().CPlusPlus << ERange;
SemaExpr.cpp 3024 QualType QType = QualType(Qualifier->getAsType(), 0);
3025 assert(QType->isRecordType() && "lookup done with non-record type");
3027 QualType QRecordType = QualType(QType->getAs<RecordType>(), 0);
3039 QType = Context.getPointerType(QType);
3040 From = ImpCastExprToType(From, QType, CK_UncheckedDerivedToBase,
3043 FromType = QType;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 10123 static bool appendType(SmallStringEnc &Enc, QualType QType,
10394 static bool appendType(SmallStringEnc &Enc, QualType QType,
10398 QualType QT = QType.getCanonicalType();

Completed in 125 milliseconds