Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp78 QualType QualTy = Ctx.getTypeDeclType(D); in VisitTypeDecl() local
79 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitTypeDecl()
80 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitTypeDecl()
85 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl() local
86 if (!QualTy.isNull() && CanRepresent(QualTy.getTypePtr())) in VisitObjCInterfaceDecl()
87 DI.getOrCreateStandaloneType(QualTy, D->getLocation()); in VisitObjCInterfaceDecl()
DCGDebugInfo.h180 llvm::DIType *CreateSelfType(const QualType &QualTy, llvm::DIType *Ty);
DCGDebugInfo.cpp3055 llvm::DIType *CGDebugInfo::CreateSelfType(const QualType &QualTy, in CreateSelfType() argument
3057 llvm::DIType *CachedTy = getTypeOrNull(QualTy); in CreateSelfType()
/external/clang/lib/AST/
DASTContext.cpp8547 CanQualType QualTy = getFromTargetType(Ty); in getIntTypeForBitwidth() local
8548 if (!QualTy && DestWidth == 128) in getIntTypeForBitwidth()
8550 return QualTy; in getIntTypeForBitwidth()