Searched refs:TTPT (Results 1 – 10 of 10) sorted by relevance
822 if (const auto *TTPT = getFunctionPackType(Callee)) { in handleCall() local825 return getUnderylingPackType(P) == TTPT; in handleCall()927 if (const auto *TTPT = getFunctionPackType(D)) { in resolveForwardingParameters() local929 auto IsExpandedPack = [TTPT](const ParmVarDecl *P) { in resolveForwardingParameters()930 return getUnderylingPackType(P) == TTPT; in resolveForwardingParameters()
265 if (const auto *TTPT = dyn_cast<TemplateTypeParmType>(TL.getTypePtr())) in getDetail() local266 return getDetail(TTPT->getDecl()); in getDetail()
149 if (const auto *TTPT = in isLikelyForwardingFunction() local152 if (FT->getTemplateParameters()->getDepth() == TTPT->getDepth()) { in isLikelyForwardingFunction()
457 void VisitTemplateTypeParmType(const TemplateTypeParmType *TTPT) { in add()458 Outer.add(TTPT->getDecl(), Flags); in add()
543 if (const auto *TTPT = dyn_cast_or_null<TemplateTypeParmType>(Ty)) { in printEntryName() local544 OS << "unnamed template type parameter " << TTPT->getIndex() << " "; in printEntryName()545 if (TTPT->getDepth() > 0) in printEntryName()546 OS << "(at depth " << TTPT->getDepth() << ") "; in printEntryName()
676 const TemplateTypeParmType *TTPT) { in VisitTemplateTypeParmType() argument677 JOS.attribute("depth", TTPT->getDepth()); in VisitTemplateTypeParmType()678 JOS.attribute("index", TTPT->getIndex()); in VisitTemplateTypeParmType()679 attributeOnlyIfTrue("isPack", TTPT->isParameterPack()); in VisitTemplateTypeParmType()680 JOS.attribute("decl", createBareDeclRef(TTPT->getDecl())); in VisitTemplateTypeParmType()
1948 if (auto *TTPT = Pattern->getAs<TemplateTypeParmType>()) { in isSubstitutedType() local1949 if (TTPT->getDepth() == Depth && TTPT->getIndex() < Args.size() && in isSubstitutedType()1950 Args[TTPT->getIndex()].getKind() == TemplateArgument::Type) { in isSubstitutedType()1952 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()
5632 } else if (const auto *TTPT = in CodeCompleteMemberReferenceExpr() local5636 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteMemberReferenceExpr()6561 if (const auto *TTPT = in CodeCompleteQualifiedId() local6563 for (const auto &R : ConceptInfo(*TTPT, S).members()) { in CodeCompleteQualifiedId()
222 void VisitTemplateTypeParmType(const TemplateTypeParmType *TTPT);