data: saving typedef to Storage

This change save typedef expressions to the Storage using a node of type Node::NODE_TYPEDEF and an edge of type
Edge::EDGE_TYPEDEF_OF that leads to the original type, with the qualifiers saved as DataType on the edge.
This commit is contained in:
Eberhard Graether
2014-07-14 16:47:40 +02:00
parent b7cbef3772
commit bbe5874a89
6 changed files with 19 additions and 6 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ public:
EDGE_PARAMETER_TYPE_OF,
EDGE_USAGE,
EDGE_CALL,
EDGE_INHERITANCE
EDGE_INHERITANCE,
EDGE_TYPEDEF_OF
};
enum AccessType