aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-compiler/CodegenModelArchive.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/20-codegen-compiler/CodegenModelArchive.hpp')
-rw-r--r--source/20-codegen-compiler/CodegenModelArchive.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/20-codegen-compiler/CodegenModelArchive.hpp b/source/20-codegen-compiler/CodegenModelArchive.hpp
index 0e0e5ad..21cc32c 100644
--- a/source/20-codegen-compiler/CodegenModelArchive.hpp
+++ b/source/20-codegen-compiler/CodegenModelArchive.hpp
@@ -18,6 +18,7 @@ public:
// Implementation detail helper, don't use outside
Private& GetPimpl() const { return *m; }
+ void DeleteDeclsRelatedToFile(std::string_view filename);
void Store(const CodegenModel& cgInput);
void StoreStruct(const DeclStruct& decl);
void StoreFunction(const DeclFunction& decl);