forked from qt-creator/qt-creator
Clang: Add locator specific methods to SymbolQuery
... and implement LocatorFilter using these methods. Change-Id: Ie3e3ebb3a547e2b2bda49e76a199a3ccd8fe6403 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -14,6 +14,10 @@ HEADERS += \
|
||||
clangqueryprojectsfindfilterwidget.h \
|
||||
clangquerytexteditorwidget.h \
|
||||
qtcreatorclangqueryfindfilter.h \
|
||||
qtcreatorclassesfilter.h \
|
||||
qtcreatorfunctionsfilter.h \
|
||||
qtcreatorincludesfilter.h \
|
||||
qtcreatorlocatorfilter.h \
|
||||
qtcreatorsearch.h \
|
||||
qtcreatorsearchhandle.h \
|
||||
qtcreatorsymbolsfindfilter.h \
|
||||
@@ -30,6 +34,10 @@ SOURCES += \
|
||||
clangqueryprojectsfindfilterwidget.cpp \
|
||||
clangquerytexteditorwidget.cpp \
|
||||
qtcreatorclangqueryfindfilter.cpp \
|
||||
qtcreatorclassesfilter.cpp \
|
||||
qtcreatorincludesfilter.cpp \
|
||||
qtcreatorfunctionsfilter.cpp \
|
||||
qtcreatorlocatorfilter.cpp \
|
||||
qtcreatorsearch.cpp \
|
||||
qtcreatorsearchhandle.cpp \
|
||||
qtcreatorsymbolsfindfilter.cpp \
|
||||
|
||||
Reference in New Issue
Block a user