Searched refs:ImpCap_None (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 404 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/ |
D | ScopeInfo.h | 655 ImpCap_None, ImpCap_LambdaByval, ImpCap_LambdaByref, ImpCap_Block, enumerator 898 : CapturingScopeInfo(Diag, ImpCap_None) { in LambdaScopeInfo()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 113 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) { in getStackIndexOfNearestEnclosingCaptureReadyLambda() 1476 case CapturingScopeInfo::ImpCap_None: in mapImplicitCaptureStyle()
|
D | SemaExprMember.cpp | 1021 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None) in BuildMemberReferenceExpr()
|
D | SemaExpr.cpp | 13632 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) { in tryCaptureVariable() 13680 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) { in tryCaptureVariable()
|
D | SemaDecl.cpp | 11195 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None; in RebuildLambdaScopeInfo()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 116 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) { in getStackIndexOfNearestEnclosingCaptureReadyLambda() 1633 case CapturingScopeInfo::ImpCap_None: in mapImplicitCaptureStyle()
|
D | SemaExpr.cpp | 6279 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()
|
D | SemaDecl.cpp | 13965 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None; in RebuildLambdaScopeInfo()
|