reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLambda.cpp
  878   assert(Var->isInitCapture() && "init capture flag should be set");
  879   LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(),
  879   LSI->addCapture(Var, /*isBlock*/false, Var->getType()->isReferenceType(),
  880                   /*isNested*/false, Var->getLocation(), SourceLocation(),
  881                   Var->getType(), /*Invalid*/false);