HomeSort by: relevance | last modified time | path
    Searched refs:ImpCap_None (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 659 ImpCap_None, ImpCap_LambdaByval, ImpCap_LambdaByref, ImpCap_Block,
902 : CapturingScopeInfo(Diag, ImpCap_None) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp 116 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) {
1636 case CapturingScopeInfo::ImpCap_None:
SemaExpr.cpp 6316 if (!CurLSI || CurLSI->ImpCaptureStyle == CurLSI->ImpCap_None ||
6340 if (CurLSI->ImpCaptureStyle != CurLSI->ImpCap_None)
17578 assert(LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None);
17737 if (LSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None) {
17814 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
SemaDecl.cpp 14096 LSI->ImpCaptureStyle = CapturingScopeInfo::ImpCap_None;

Completed in 47 milliseconds