Home
last modified time | relevance | path

Searched refs:HasParentheses (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1309 bool HasParentheses = false; in ParseLambdaExpressionAfterIntroducer() local
1342 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()