Searched refs:AllocatedType (Results 1 – 4 of 4) sorted by relevance
191 Type *AllocatedType = in alignAndPadAlloca() local198 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
59 Type *AllocatedType; variable118 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()121 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
1342 AllocatedType(Ty) { in AllocaInst()1352 AllocatedType(Ty) { in AllocaInst()
3356 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr() argument3365 AllocatedType, in RebuildCXXNewExpr()