mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
a86f89da48
This allows SwiftSyntax to listen to emitted diagnostics during parsing. rdar://48439271
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
swiftparse_parse_string
|
|
swiftparse_parser_create
|
|
swiftparse_parser_dispose
|
|
swiftparse_parser_set_node_handler
|
|
swiftparse_parser_set_node_lookup
|
|
swiftparse_syntax_structure_versioning_identifier
|
|
swiftparse_parser_set_diagnostic_handler
|
|
swiftparse_diagnostic_get_message
|
|
swiftparse_diagnostic_get_fixit_count
|
|
swiftparse_diagnostic_get_fixit
|
|
swiftparse_diagnostic_get_range_count
|
|
swiftparse_diagnostic_get_range
|
|
swiftparse_diagnostic_get_severity
|
|
swiftparse_diagnostic_get_source_loc
|