Moved CPlusPlus::LookupItem.

This commit is contained in:
Roberto Raggi
2010-05-05 09:54:19 +02:00
parent 32a84df5c0
commit c8f03b46c1
5 changed files with 146 additions and 46 deletions

View File

@@ -34,6 +34,7 @@ HEADERS += \
$$PWD/TypeOfExpression.h \
$$PWD/TypePrettyPrinter.h \
$$PWD/ResolveExpression.h \
$$PWD/LookupItem.h \
$$PWD/DeprecatedLookupContext.h \
$$PWD/CppBindings.h \
$$PWD/ASTParent.h \
@@ -59,6 +60,7 @@ SOURCES += \
$$PWD/TypeOfExpression.cpp \
$$PWD/TypePrettyPrinter.cpp \
$$PWD/ResolveExpression.cpp \
$$PWD/LookupItem.cpp \
$$PWD/DeprecatedLookupContext.cpp \
$$PWD/CppBindings.cpp \
$$PWD/ASTParent.cpp \