HomeSort by relevance Sort by last modified time
    Searched refs:CapturingScopeInfo (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 319 class CapturingScopeInfo : public FunctionScopeInfo {
401 CapturingScopeInfo(DiagnosticsEngine &Diag, ImplicitCaptureStyle Style)
469 class BlockScopeInfo : public CapturingScopeInfo {
482 : CapturingScopeInfo(Diag, ImpCap_Block), TheDecl(Block),
495 class LambdaScopeInfo : public CapturingScopeInfo {
531 : CapturingScopeInfo(Diag, ImpCap_None), Lambda(Lambda),
569 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc,
Sema.h 176 class CapturingScopeInfo;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 353 void Sema::deduceClosureReturnType(CapturingScopeInfo &CSI) {
    [all...]
SemaExprCXX.cpp 694 if (CapturingScopeInfo *CSI =
695 dyn_cast<CapturingScopeInfo>(FunctionScopes[idx])) {
701 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_LambdaByref ||
702 CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_LambdaByval ||
703 CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_Block ||
722 CapturingScopeInfo *CSI = cast<CapturingScopeInfo>(FunctionScopes[idx]);
    [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 66 milliseconds