Searched refs:FirstSize (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3070 uint64_t FirstSize = S.Context.getTypeSize(FirstType); local
3074 if (S.Context.getTypeSize(FieldType) != FirstSize ||
3077 bool isSize = S.Context.getTypeSize(FieldType) != FirstSize;
3083 unsigned FirstBits = isSize? FirstSize : FirstAlign;

Completed in 47 milliseconds