Home | History | Annotate | Download | only in Sema

Lines Matching refs:TPT

2337     const TemplateTypeParmType *TPT =
2339 return TPT && !Type.hasQualifiers() &&
2340 TPT->getDepth() == Depth && TPT->getIndex() == Index;