Searched refs:HasParentheses (Results 1 – 1 of 1) sorted by relevance
1364 bool HasParentheses = false; in ParseLambdaExpressionAfterIntroducer() local1397 HasParentheses = true; in ParseLambdaExpressionAfterIntroducer()1409 if (HasSpecifiers && !HasParentheses && !getLangOpts().CPlusPlus23) { in ParseLambdaExpressionAfterIntroducer()1417 if (HasParentheses || HasSpecifiers) { in ParseLambdaExpressionAfterIntroducer()1440 if (!HasParentheses) in ParseLambdaExpressionAfterIntroducer()1443 if (HasSpecifiers || HasParentheses) { in ParseLambdaExpressionAfterIntroducer()1501 if (HasParentheses && Tok.is(tok::kw_requires)) in ParseLambdaExpressionAfterIntroducer()