| 1 | #ifndef LLVM_ADT_SMALLVECTORIMPL_H |
|---|---|
| 2 | #define LLVM_ADT_SMALLVECTORIMPL_H |
| 3 | class SmallVectorImpl { |
| 4 | public: |
| 5 | ~SmallVectorImpl(); |
| 6 | }; |
| 7 | #endif |
| 1 | #ifndef LLVM_ADT_SMALLVECTORIMPL_H |
|---|---|
| 2 | #define LLVM_ADT_SMALLVECTORIMPL_H |
| 3 | class SmallVectorImpl { |
| 4 | public: |
| 5 | ~SmallVectorImpl(); |
| 6 | }; |
| 7 | #endif |