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

References

tools/clang/lib/AST/ExprConstant.cpp
  948       if (checkingPotentialConstantExpression() && CallStackDepth > 1)
  955       if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
  967       unsigned Depth = CallStackDepth;
 1088     unsigned getCallStackDepth() override { return CallStackDepth; }
 1262       Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1;
 1381   ++Info.CallStackDepth;
 1386   --Info.CallStackDepth;