Introduced type matchers.

This commit is contained in:
Roberto Raggi
2009-11-23 11:56:44 +01:00
parent 51809d12a7
commit 0528f2407a
24 changed files with 540 additions and 51 deletions

View File

@@ -49,6 +49,8 @@
#ifndef CPLUSPLUS_CPLUSPLUSFORWARDDECLARATIONS_H
#define CPLUSPLUS_CPLUSPLUSFORWARDDECLARATIONS_H
#include <cstdlib>
#ifndef CPLUSPLUS_WITHOUT_QT
# include <QtCore/qglobal.h>
@@ -91,6 +93,7 @@ class QualifiedNameId;
class SelectorNameId;
// types
class TypeMatcher;
class FullySpecifiedType;
class TypeVisitor;
class Type;