Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h879 bool AfterParameterList = true; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1095 LSI->AfterParameterList = false; in ActOnLambdaExpressionAfterIntroducer()
1412 LSI->AfterParameterList = true; in ActOnLambdaClosureParameters()
H A DSema.cpp2544 LSI->AfterParameterList) { in getEnclosingLambdaOrBlock()
2571 !CurLSI->Lambda->Encloses(CurContext) && CurLSI->AfterParameterList) { in getCurLambda()
H A DSemaExprCXX.cpp1450 LSI->AfterParameterList) in MarkThisReferenced()
7589 (CurrentLSI->CallOperator == DC || !CurrentLSI->AfterParameterList) && in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaExpr.cpp19182 FSIndex && LSI && !LSI->AfterParameterList) in tryCaptureVariable()
19225 !LSI || LSI->AfterParameterList || CurContext == LSI->CallOperator; in tryCaptureVariable()
19227 if (LSI && !LSI->AfterParameterList) { in tryCaptureVariable()
20163 LSI->AfterParameterList) in FixDependencyOfIdExpressionsInLambdaWithDependentObjectParameter()
H A DSemaDecl.cpp15808 LSI->AfterParameterList = CurContext == CallOperator; in RebuildLambdaScopeInfo()