Home
last modified time | relevance | path

Searched refs:QualTy (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp88 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local
89 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()
90 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()
95 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local
96 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()
97 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
DCGDebugInfo.h174 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
DCGDebugInfo.cpp3254 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument
3256 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
/external/clang/lib/AST/
DASTContext.cpp8738 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local
8739 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()
8741 return QualTy; in getIntTypeForBitwidth()