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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp29 /// BaseSubobjectInfo - Represents a single base subobject in a complete class.
36 /// The BaseSubobjectInfo graph for C will have three BaseSubobjectInfo
39 /// If a base is virtual, it will only have one BaseSubobjectInfo allocated.
40 struct BaseSubobjectInfo { struct in namespace:__anon15129
48 SmallVector<BaseSubobjectInfo*, 4> Bases;
52 BaseSubobjectInfo *PrimaryVirtualBaseInfo;
55 const BaseSubobjectInfo *Derived;
82 void UpdateEmptyBaseSubobjects(const BaseSubobjectInfo *Info,
109 bool CanPlaceBaseSubobjectAtOffset(const BaseSubobjectInfo *Inf
[all...]

Completed in 255 milliseconds