Searched refs:AliasType (Results 1 – 4 of 4) sorted by relevance
55 const char *AliasType; in check() local58 AliasType = "typedef"; in check()62 AliasType = "type alias"; in check()70 << Var << AliasType << CanQT.getAsString(Ctx.getPrintingPolicy()) in check()73 diag(AliasLoc, "%0 declared here", DiagnosticIDs::Note) << AliasType; in check()
136 llvm::PointerType *AliasType = AliasValueType->getPointerTo(); in TryEmitBaseDestructorAsAlias() local143 if (Ref->getType() != AliasType) in TryEmitBaseDestructorAsAlias()144 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType); in TryEmitBaseDestructorAsAlias()192 assert(Entry->getType() == AliasType && in TryEmitBaseDestructorAsAlias()
75 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias() local85 AST.getTrivialTypeSourceInfo(AliasType)); in defineHLSLVectorAlias()
20 using AliasType = double; typedef