Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h404 ImpCap_None, ImpCap_LambdaByval, ImpCap_LambdaByref, ImpCap_Block, enumerator
738 : CapturingScopeInfo(Diag, ImpCap_None), Lambda(nullptr), in LambdaScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h655 ImpCap_None, ImpCap_LambdaByval, ImpCap_LambdaByref, ImpCap_Block, enumerator
898 : CapturingScopeInfo(Diag, ImpCap_None) { in LambdaScopeInfo()
/external/clang/lib/Sema/
DSemaLambda.cpp113 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) { in getStackIndexOfNearestEnclosingCaptureReadyLambda()
1476 case CapturingScopeInfo::ImpCap_None: in mapImplicitCaptureStyle()
DSemaExprMember.cpp1021 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None) in BuildMemberReferenceExpr()
DSemaExpr.cpp13632 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) { in tryCaptureVariable()
13680 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) { in tryCaptureVariable()
DSemaDecl.cpp11195 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None; in RebuildLambdaScopeInfo()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp116 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) { in getStackIndexOfNearestEnclosingCaptureReadyLambda()
1633 case CapturingScopeInfo::ImpCap_None: in mapImplicitCaptureStyle()
DSemaExpr.cpp6279 if (!CurLSI || CurLSI->ImpCaptureStyle == CurLSI->ImpCap_None || in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
6303 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None) in tryImplicitlyCaptureThisIfImplicitMemberFunctionAccessWithDependentArgs()
17476 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) { in tryCaptureVariable()
17552 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) { in tryCaptureVariable()
DSemaDecl.cpp13965 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None; in RebuildLambdaScopeInfo()