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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1750 QualType IntegralPODTypes[] = { local
1756 for (unsigned I = 0, E = llvm::array_lengthof(IntegralPODTypes);
1758 uint64_t Size = Context.getTypeSize(IntegralPODTypes[I]);
1763 Type = IntegralPODTypes[I];

Completed in 80 milliseconds