summaryrefslogtreecommitdiff
path: root/src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h')
-rw-r--r--src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h b/src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h
index a34705382e..fcb909bdc8 100644
--- a/src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h
+++ b/src/tools/clangrefactoringbackend/source/symbolscollectorinterface.h
@@ -28,6 +28,8 @@
#include "symbolentry.h"
#include "sourcelocationentry.h"
+#include <filecontainerv2.h>
+
#include <utils/smallstringvector.h>
#include <string>
@@ -41,6 +43,8 @@ public:
virtual void addFiles(const Utils::PathStringVector &filePaths,
const Utils::SmallStringVector &arguments) = 0;
+ virtual void addUnsavedFiles(const V2::FileContainers &unsavedFiles) = 0;
+
virtual void collectSymbols() = 0;
virtual const SymbolEntries &symbols() const = 0;