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

References

tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  135       if ((E && E->containsUnexpandedParameterPack()) || InLambda)
  144       if ((!T.isNull() && T->containsUnexpandedParameterPack()) || InLambda)
  155           InLambda)
  248       bool WasInLambda = InLambda;
  251       InLambda = true;
  257       InLambda = WasInLambda;