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.cpp1449 bool HasParentheses = false; in ParseLambdaExpressionAfterIntroducer() local
1482 HasParentheses = true; in ParseLambdaExpressionAfterIntroducer()
1494 if (HasSpecifiers && !HasParentheses && !getLangOpts().CPlusPlus23) { in ParseLambdaExpressionAfterIntroducer()
1502 if (HasParentheses || HasSpecifiers) { in ParseLambdaExpressionAfterIntroducer()
1525 if (!HasParentheses) in ParseLambdaExpressionAfterIntroducer()
1528 if (HasSpecifiers || HasParentheses) { in ParseLambdaExpressionAfterIntroducer()
1586 if (HasParentheses) in ParseLambdaExpressionAfterIntroducer()
1589 if (HasParentheses && Tok.is(tok::kw_requires)) in ParseLambdaExpressionAfterIntroducer()