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

References

tools/clang/lib/AST/ItaniumMangle.cpp
  405         SeqID(Outer.SeqID), FunctionTypeDepth(Outer.FunctionTypeDepth),
  411         SeqID(Outer.SeqID), FunctionTypeDepth(Outer.FunctionTypeDepth),
  710     FunctionTypeDepthState Saved = FunctionTypeDepth.push();
  723     FunctionTypeDepth.pop(Saved);
 2851   FunctionTypeDepthState saved = FunctionTypeDepth.push();
 2853   FunctionTypeDepth.enterResultType();
 2855   FunctionTypeDepth.leaveResultType();
 2857   FunctionTypeDepth.pop(saved);
 2866   FunctionTypeDepthState saved = FunctionTypeDepth.push();
 2870     FunctionTypeDepth.enterResultType();
 2885     FunctionTypeDepth.leaveResultType();
 2892     FunctionTypeDepth.pop(saved);
 2919   FunctionTypeDepth.pop(saved);
 4425   assert(parmDepth < FunctionTypeDepth.getDepth());
 4426   unsigned nestingDepth = FunctionTypeDepth.getDepth() - parmDepth;
 4427   if (FunctionTypeDepth.isInResultType())
 4892   FunctionTypeDepthState saved = TrackReturnTypeTags.FunctionTypeDepth.push();
 4893   TrackReturnTypeTags.FunctionTypeDepth.enterResultType();
 4895   TrackReturnTypeTags.FunctionTypeDepth.leaveResultType();
 4896   TrackReturnTypeTags.FunctionTypeDepth.pop(saved);