Lines Matching refs:AlignValT
2395 QualType AlignValT = in BuildCXXNew() local
2402 ImplicitCastExpr DesiredAlignment(ImplicitCastExpr::OnStack, AlignValT, in BuildCXXNew()
2727 QualType AlignValT = Context.VoidTy; in FindAllocationFunctions() local
2730 AlignValT = Context.getTypeDeclType(getStdAlignValT()); in FindAllocationFunctions()
2732 CXXScalarValueInitExpr Align(AlignValT, nullptr, SourceLocation()); in FindAllocationFunctions()
3076 auto *AlignValT = EnumDecl::Create( in DeclareGlobalNewDelete() local
3083 AlignValT->setModuleOwnershipKind( in DeclareGlobalNewDelete()
3085 AlignValT->setLocalOwningModule(TheGlobalModuleFragment); in DeclareGlobalNewDelete()
3088 AlignValT->setIntegerType(Context.getSizeType()); in DeclareGlobalNewDelete()
3089 AlignValT->setPromotionType(Context.getSizeType()); in DeclareGlobalNewDelete()
3090 AlignValT->setImplicit(true); in DeclareGlobalNewDelete()
3092 StdAlignValT = AlignValT; in DeclareGlobalNewDelete()