Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1365 bool HasSpecifiers = false; in ParseLambdaExpressionAfterIntroducer() local
1400 HasSpecifiers = in ParseLambdaExpressionAfterIntroducer()
1409 if (HasSpecifiers && !HasParentheses && !getLangOpts().CPlusPlus23) { in ParseLambdaExpressionAfterIntroducer()
1417 if (HasParentheses || HasSpecifiers) { in ParseLambdaExpressionAfterIntroducer()
1443 if (HasSpecifiers || HasParentheses) { in ParseLambdaExpressionAfterIntroducer()