Home | History | Annotate | Download | only in Sema

Lines Matching defs:TArgs

11140           const TemplateTypeParmType *TArgs =
11142 if (TArgs && TArgs->getDepth() == PmType->getDepth() &&
11143 TArgs->getIndex() == PmType->getIndex()) {