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

References

tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  158           {ENUM_DEFLOCATION, {"DefLocation", &LocationAbbrev}},
  159           {ENUM_LOCATION, {"Location", &LocationAbbrev}},
  165           {RECORD_DEFLOCATION, {"DefLocation", &LocationAbbrev}},
  166           {RECORD_LOCATION, {"Location", &LocationAbbrev}},
  178           {FUNCTION_DEFLOCATION, {"DefLocation", &LocationAbbrev}},
  179           {FUNCTION_LOCATION, {"Location", &LocationAbbrev}},
  328   assert(RecordIdNameMap[ID].Abbrev == &LocationAbbrev &&