clang-metatool
A framework for reusing code in clang tools
Public Attributes | List of all members
clangmetatool::collectors::DefinitionsData Class Reference

#include <clangmetatool/collectors/definitions_data.h>

Collaboration diagram for clangmetatool::collectors::DefinitionsData:
Collaboration graph
[legend]

Public Attributes

std::unordered_multimap< types::FileUID, const clang::NamedDecl * > defs
 

Detailed Description

The data collected by the Definitions collector.

Definition at line 16 of file definitions_data.h.

Member Data Documentation

◆ defs

std::unordered_multimap<types::FileUID, const clang::NamedDecl *> clangmetatool::collectors::DefinitionsData::defs

Map from UID of file containing definition to pointer to AST node for definition.

Definition at line 22 of file definitions_data.h.


The documentation for this class was generated from the following file: