Searched refs:TTPT (Results 1 – 7 of 7) sorted by relevance
266 if (const auto *TTPT = dyn_cast<TemplateTypeParmType>(TL.getTypePtr())) in getDetail() local267 return getDetail(TTPT->getDecl()); in getDetail()
618 void VisitTemplateTypeParmType(const TemplateTypeParmType *TTPT) { in add()619 Outer.add(TTPT->getDecl(), Flags); in add()
645 const TemplateTypeParmType *TTPT) { in VisitTemplateTypeParmType() argument646 JOS.attribute("depth", TTPT->getDepth()); in VisitTemplateTypeParmType()647 JOS.attribute("index", TTPT->getIndex()); in VisitTemplateTypeParmType()648 attributeOnlyIfTrue("isPack", TTPT->isParameterPack()); in VisitTemplateTypeParmType()649 JOS.attribute("decl", createBareDeclRef(TTPT->getDecl())); in VisitTemplateTypeParmType()
1834 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local1835 if (TTPT->getDepth() == Depth && TTPT->getIndex() < Args.size() && in isSubstitutedType()1836 Args[TTPT->getIndex()].getKind() == TemplateArgument::Type) { in isSubstitutedType()1838 Args[TTPT->getIndex()].getAsType(), Pattern.getQualifiers()); in isSubstitutedType()
220 void VisitTemplateTypeParmType(const TemplateTypeParmType *TTPT);
305 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { in DiagnoseUnexpandedParameterPacks() local307 return TTPD && TTPD->getTypeForDecl() == TTPT; in DiagnoseUnexpandedParameterPacks()
5205 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local5209 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteMemberReferenceExpr()5909 if (const auto *TTPT = in CodeCompleteQualifiedId() local5911 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteQualifiedId()