Home | History | Annotate | Download | only in AST

Lines Matching refs:DataSize

1852                                                  unsigned DataSize) const {
1853 if (!DataSize)
1854 DataSize = TypeLoc::getFullDataSizeForType(T);
1856 assert(DataSize == TypeLoc::getFullDataSizeForType(T) &&
1860 (TypeSourceInfo*)BumpAlloc.Allocate(sizeof(TypeSourceInfo) + DataSize, 8);