enum class Parser::LambdaIntroducerTentativeParse

Description

Result of tentatively parsing a lambda-introducer.

Declared at: clang/include/clang/Parse/Parser.h:1896

Enumerators

NameValueComment
Success0This appears to be a lambda-introducer, which has been fully parsed.
Incomplete1This is a lambda-introducer, but has not been fully parsed, and this function needs to be called again to parse it.
MessageSend2This is definitely an Objective-C message send expression, rather than a lambda-introducer, attribute-specifier, or array designator.
Invalid3This is not a lambda-introducer.