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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp754 /// LayoutBase - Will lay out a base and return the offset where it was
756 CharUnits LayoutBase(const BaseSubobjectInfo *Base);
1076 CharUnits Offset = LayoutBase(Base);
1169 CharUnits Offset = LayoutBase(Base);
1180 ItaniumRecordLayoutBuilder::LayoutBase(const BaseSubobjectInfo *Base) { function in class:ItaniumRecordLayoutBuilder

Completed in 105 milliseconds