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

References

tools/clang/lib/AST/ItaniumMangle.cpp
  403       : Context(Outer.Context), Out(Out_), NullOut(false),
  404         Structor(Outer.Structor), StructorType(Outer.StructorType),
  404         Structor(Outer.Structor), StructorType(Outer.StructorType),
  405         SeqID(Outer.SeqID), FunctionTypeDepth(Outer.FunctionTypeDepth),
  405         SeqID(Outer.SeqID), FunctionTypeDepth(Outer.FunctionTypeDepth),
  406         AbiTagsRoot(AbiTags), Substitutions(Outer.Substitutions) {}