Searched refs:HasParentheses (Results 1 – 1 of 1) sorted by relevance
1309 bool HasParentheses = false; in ParseLambdaExpressionAfterIntroducer() local1342 HasParentheses = true; in ParseLambdaExpressionAfterIntroducer()1354 if (HasSpecifiers && !HasParentheses && !getLangOpts().CPlusPlus23) { in ParseLambdaExpressionAfterIntroducer()1362 if (HasParentheses || HasSpecifiers) { in ParseLambdaExpressionAfterIntroducer()1385 if (!HasParentheses) in ParseLambdaExpressionAfterIntroducer()1388 if (HasSpecifiers || HasParentheses) { in ParseLambdaExpressionAfterIntroducer()1445 if (HasParentheses) in ParseLambdaExpressionAfterIntroducer()1448 if (HasParentheses && Tok.is(tok::kw_requires)) in ParseLambdaExpressionAfterIntroducer()