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

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  138           {VERSION, {"Version", &IntAbbrev}},
  152           {MEMBER_TYPE_ACCESS, {"Access", &IntAbbrev}},
  167           {RECORD_TAG_TYPE, {"TagType", &IntAbbrev}},
  172           {BASE_RECORD_TAG_TYPE, {"TagType", &IntAbbrev}},
  174           {BASE_RECORD_ACCESS, {"Access", &IntAbbrev}},
  180           {FUNCTION_ACCESS, {"Access", &IntAbbrev}},
  184           {REFERENCE_TYPE, {"RefType", &IntAbbrev}},
  188           {REFERENCE_FIELD, {"Field", &IntAbbrev}}};
  351   assert(RecordIdNameMap[ID].Abbrev == &IntAbbrev && "Abbrev type mismatch.");
  361   assert(RecordIdNameMap[ID].Abbrev == &IntAbbrev && "Abbrev type mismatch.");