File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
@_spi ( RawSyntax) import SwiftSyntax
14
+ @_spi ( BumpPtrAllocator) import SwiftSyntax
14
15
15
16
extension SyntaxText {
16
17
fileprivate func containsPlaceholderEnd( ) -> Bool {
Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
@_spi ( RawSyntax) import SwiftSyntax
14
+ @_spi ( BumpPtrAllocator) import SwiftSyntax
14
15
15
16
extension Lexer {
16
17
/// A sequence of ``Lexer/Lexeme`` tokens starting from a ``Lexer/Cursor``
Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
@_spi ( RawSyntax) import SwiftSyntax
14
+ @_spi ( BumpPtrAllocator) import SwiftSyntax
14
15
15
16
/// A separate lexer specifically for regex literals.
16
17
fileprivate struct RegexLiteralLexer {
Original file line number Diff line number Diff line change 11
11
//===----------------------------------------------------------------------===//
12
12
13
13
@_spi ( RawSyntax) import SwiftSyntax
14
+ @_spi ( BumpPtrAllocator) import SwiftSyntax
14
15
15
16
extension StringLiteralExprSyntax {
16
17
You can’t perform that action at this time.
0 commit comments