Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

358   void mangleTemplateParameter(unsigned Index);
673 // The bit-index of the next hex digit.
2961 /// I is the zero-based index of the parameter within its parameter
2990 // Parameter index.
3184 void CXXNameMangler::mangleTemplateParameter(unsigned Index) {
3187 if (Index == 0)
3190 Out << 'T' << (Index - 1) << '_';