Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index c46d7d450fcd7b85f54dda7608bc27d34d1c450a..1a3e4cd38dc598cb48df0c2c5febf919dfee680d 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -105,6 +105,10 @@ private: |
bool HasEmittedFirstMethod; |
GlobalContext(const GlobalContext &) LLVM_DELETED_FUNCTION; |
GlobalContext &operator=(const GlobalContext &) LLVM_DELETED_FUNCTION; |
+ |
+ // Private helpers for mangleName() |
+ typedef llvm::SmallVector<char, 32> ManglerVector; |
+ void incrementSubstitutions(ManglerVector &OldName) const; |
}; |
} // end of namespace Ice |