Searched refs:LambdaIntroducerTentativeParse (Results 1 – 4 of 4) sorted by relevance
79 LambdaIntroducerTentativeParse ParseResult; in MayBeDesignationStart()87 case LambdaIntroducerTentativeParse::Success: in MayBeDesignationStart()88 case LambdaIntroducerTentativeParse::Incomplete: in MayBeDesignationStart()94 case LambdaIntroducerTentativeParse::MessageSend: in MayBeDesignationStart()95 case LambdaIntroducerTentativeParse::Invalid: in MayBeDesignationStart()
858 LambdaIntroducerTentativeParse Tentative; in TryParseLambdaExpression()865 case LambdaIntroducerTentativeParse::Success: in TryParseLambdaExpression()869 case LambdaIntroducerTentativeParse::Incomplete: in TryParseLambdaExpression()878 case LambdaIntroducerTentativeParse::MessageSend: in TryParseLambdaExpression()879 case LambdaIntroducerTentativeParse::Invalid: in TryParseLambdaExpression()899 LambdaIntroducerTentativeParse *Tentative) { in ParseLambdaIntroducer()901 *Tentative = LambdaIntroducerTentativeParse::Success; in ParseLambdaIntroducer()915 *Tentative = LambdaIntroducerTentativeParse::Invalid; in ParseLambdaIntroducer()926 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()1061 *Tentative = LambdaIntroducerTentativeParse::Incomplete; in ParseLambdaIntroducer()[all …]
787 LambdaIntroducerTentativeParse Tentative; in isCXX11AttributeSpecifier()796 case LambdaIntroducerTentativeParse::MessageSend: in isCXX11AttributeSpecifier()801 case LambdaIntroducerTentativeParse::Success: in isCXX11AttributeSpecifier()802 case LambdaIntroducerTentativeParse::Incomplete: in isCXX11AttributeSpecifier()815 case LambdaIntroducerTentativeParse::Invalid: in isCXX11AttributeSpecifier()
1992 enum class LambdaIntroducerTentativeParse { enum2010 LambdaIntroducerTentativeParse *Tentative = nullptr);