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

References

tools/clang/lib/AST/ExprConstant.cpp
 1385   assert(Info.CurrentCall == this && "calls retired out of order");
 1386   --Info.CallStackDepth;
 1387   Info.CurrentCall = Caller;
 1778   if (Index <= Info.SpeculativeEvaluationDepth) {
 1780       Info.noteSideEffect();
 1782     Info.CleanupStack.push_back(Cleanup(&Result, Base, T, IsLifetimeExtended));
 1815     Val.printPretty(Out, Info.Ctx,
 1829     Arg.printPretty(Out, Info.Ctx, Param->getType());