MCPcopy Create free account
hub / github.com/KDAB/codebrowser / Reference

Class Reference

generator/annotator.h:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 Annotator::DeclType dt, const std::string &typeRef, clang::Decl *decl);
86
87 struct Reference {
88 DeclType what;
89 clang::SourceRange loc;
90 std::string typeOrContext;
91 };
92 std::map<std::string, std::vector<Reference>> references;
93 std::map<std::string, ssize_t> structure_sizes;
94 std::map<std::string, ssize_t> field_offsets;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected