| 93 | std::map<std::string, ssize_t> structure_sizes; |
| 94 | std::map<std::string, ssize_t> field_offsets; |
| 95 | struct SubRef { |
| 96 | std::string ref; |
| 97 | std::string type; |
| 98 | enum Type { None, Function, Member, Static } what = None; |
| 99 | }; |
| 100 | std::map<std::string, std::vector<SubRef>> sub_refs; |
| 101 | std::unordered_map<pathTo_cache_key_t, std::string> pathTo_cache; |
| 102 | CommentHandler commentHandler; |
nothing calls this directly
no outgoing calls
no test coverage detected