reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/OSLog.h
  120     for (auto &item : Items) {
  129         Items, [](const OSLogBufferItem &Item) { return Item.getIsPrivate(); });
  133     return llvm::any_of(Items, [](const OSLogBufferItem &Item) {
  148   unsigned char getNumArgsByte() const { return Items.size(); }
tools/clang/lib/AST/OSLog.cpp
  136     Layout.Items.clear();
  140         Layout.Items.emplace_back(OSLogBufferItem::MaskKind, nullptr,
  146         Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, *Data.FieldWidth,
  151         Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, *Data.Precision,
  157         Layout.Items.emplace_back(OSLogBufferItem::CountKind, *Data.Count, Size,
  161         Layout.Items.emplace_back(Ctx, CharUnits::fromQuantity(*Data.Size),
  169         Layout.Items.emplace_back(*Data.Kind, Data.E, Size, Data.Flags);
  172         Layout.Items.emplace_back(OSLogBufferItem::ScalarKind, Data.E, Size,
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1130     for (const auto &Item : Layout.Items)
 1145   for (unsigned int I = 0, E = Layout.Items.size(); I < E; ++I) {
 1146     char Size = Layout.Items[I].getSizeByte();
 1198   for (const auto &Item : Layout.Items) {
 1237   for (const auto &Item : Layout.Items) {