Searched refs:TTPT (Results 1 – 5 of 5) sorted by relevance
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()
1872 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local1873 if (TTPT->getDepth() == Depth && TTPT->getIndex() < Args.size() && in isSubstitutedType()1874 Args[TTPT->getIndex()].getKind() == TemplateArgument::Type) { in isSubstitutedType()1876 Args[TTPT->getIndex()].getAsType(), Pattern.getQualifiers()); in isSubstitutedType()
305 if (auto *TTPT = Pack.first.dyn_cast<const TemplateTypeParmType *>()) { in DiagnoseUnexpandedParameterPacks() local307 return TTPD && TTPD->getTypeForDecl() == TTPT; in DiagnoseUnexpandedParameterPacks()
5351 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local5355 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteMemberReferenceExpr()6071 if (const auto *TTPT = in CodeCompleteQualifiedId() local6073 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteQualifiedId()
220 void VisitTemplateTypeParmType(const TemplateTypeParmType *TTPT);