We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a0e7 commit 3bb90dcCopy full SHA for 3bb90dc
include/swift/Parse/Lexer.h
@@ -21,11 +21,17 @@
21
#include "swift/Basic/SourceLoc.h"
22
#include "swift/Basic/SourceManager.h"
23
#include "swift/Parse/Token.h"
24
-#include "swift/Syntax/TokenSyntax.h"
+#include "swift/Syntax/References.h"
25
+#include "swift/Syntax/Trivia.h"
26
#include "llvm/ADT/SmallVector.h"
27
#include "llvm/Support/SaveAndRestore.h"
28
29
namespace swift {
30
+
31
+namespace syntax {
32
+ struct RawTokenSyntax;
33
+}
34
35
/// Given a pointer to the starting byte of a UTF8 character, validate it and
36
/// advance the lexer past it. This returns the encoded character or ~0U if
37
/// the encoding is invalid.
0 commit comments