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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp37 Layout CurrentLayout; local
50 Layouts[CurrentType] = CurrentLayout;
51 CurrentLayout = Layout();
73 CurrentLayout = Layout();
85 CurrentLayout.Size = Size;
97 CurrentLayout.Align = Alignment;
110 CurrentLayout.Size = Size;
120 CurrentLayout.Align = Alignment;
141 CurrentLayout.FieldOffsets.push_back(Offset);
152 Layouts[CurrentType] = CurrentLayout;
[all...]

Completed in 101 milliseconds