| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected