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

Declarations

tools/clang/lib/AST/ItaniumMangle.cpp
  556   void mangleTemplateParameter(unsigned Depth, unsigned Index);

References

tools/clang/lib/AST/ItaniumMangle.cpp
  971     mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
 1890     mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
 1924       mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
 3002   mangleTemplateParameter(T->getDepth(), T->getIndex());
 3573     mangleTemplateParameter(PD->getDepth(), PD->getIndex());
 4328       mangleTemplateParameter(TTP->getDepth(), TTP->getIndex());
 4331       mangleTemplateParameter(NTTP->getDepth(), NTTP->getIndex());
 4334       mangleTemplateParameter(TempTP->getDepth(), TempTP->getIndex());