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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp36 Layout CurrentLayout; local
49 Layouts[CurrentType] = CurrentLayout;
50 CurrentLayout = Layout();
72 CurrentLayout = Layout();
84 CurrentLayout.Size = Size;
96 CurrentLayout.Align = Alignment;
109 CurrentLayout.Size = Size;
119 CurrentLayout.Align = Alignment;
140 CurrentLayout.FieldOffsets.push_back(Offset);
151 Layouts[CurrentType] = CurrentLayout;
[all...]

Completed in 105 milliseconds