summaryrefslogtreecommitdiff
path: root/src/parsers/generic.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-03 00:12:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-03 00:12:02 +0300
commit14379df64eefacbfcc807fb5216470071adefdc2 (patch)
tree9ff0b4d6405170e524b63bd80d8e5f715bee6fee /src/parsers/generic.h
parent49dbfa00f155632dc04ffe71320232799a712dfb (diff)
downloadparanucker-14379df64eefacbfcc807fb5216470071adefdc2.tar.gz
paranucker-14379df64eefacbfcc807fb5216470071adefdc2.tar.bz2
paranucker-14379df64eefacbfcc807fb5216470071adefdc2.tar.xz
paranucker-14379df64eefacbfcc807fb5216470071adefdc2.zip
Extend a bit basic node parsing.
Fix warning in gcc plugin includes.
Diffstat (limited to 'src/parsers/generic.h')
-rw-r--r--src/parsers/generic.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/parsers/generic.h b/src/parsers/generic.h
index be06005..238f7f3 100644
--- a/src/parsers/generic.h
+++ b/src/parsers/generic.h
@@ -20,7 +20,7 @@
#ifndef PARSERS_GENERIC_H
#define PARSERS_GENERIC_H
-#include "plugin.h"
+#include "includes.h"
#include <string>
@@ -30,13 +30,11 @@ namespace Generic
{
void parseNodes(tree gccNode);
- void parseNode(Node *parent, tree gccNode);
+ void parseNode(Node *parent);
- void parseFunctionDeclNode(Node *parent,
- tree gccNode);
+ void fillType(Node *node);
- void fillType(Node *node,
- tree gccNode);
+ void fillLocation(Node *node);
}
#endif // PARSERS_GENERIC_H