Searched refs:getConceptReference (Results 1 – 11 of 11) sorted by relevance
2139 if (const auto *CR = getConceptReference()) in getNestedNameSpecifierLoc()2145 if (const auto *CR = getConceptReference()) in getTemplateKWLoc()2151 if (const auto *CR = getConceptReference()) in getConceptNameLoc()2157 if (const auto *CR = getConceptReference()) in getFoundDecl()2163 if (const auto *CR = getConceptReference()) in getNamedConcept()2169 return getConceptReference()->getConceptNameInfo(); in getConceptNameInfo()2173 return (getConceptReference() && in hasExplicitTemplateArgs()2175 getConceptReference() in hasExplicitTemplateArgs()2182 if (const auto *CR = getConceptReference()) in getLAngleLoc()2189 if (const auto *CR = getConceptReference()) in getRAngleLoc()[all …]
250 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference() function
85 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference() function
514 TRY_TO(TraverseConceptReference(C->getConceptReference()));524 TRY_TO(TraverseConceptReference(C->getConceptReference()));1353 TRY_TO(TraverseConceptReference(TL.getConceptReference()));2906 TRY_TO(TraverseConceptReference(S->getConceptReference()));
6307 if (XTC->getConceptReference()->hasExplicitTemplateArgs() != in isSameTypeConstraint()6308 YTC->getConceptReference()->hasExplicitTemplateArgs()) in isSameTypeConstraint()6310 if (XTC->getConceptReference()->hasExplicitTemplateArgs()) in isSameTypeConstraint()6311 if (XTC->getConceptReference() in isSameTypeConstraint()6314 YTC->getConceptReference()->getTemplateArgsAsWritten()->NumTemplateArgs) in isSameTypeConstraint()
5836 auto ToConceptRef = importChecked(Err, TC->getConceptReference()); in VisitTemplateTypeParmDecl()
1817 auto *CR = TC->getConceptReference(); in VisitTemplateTypeParmDecl()
505 const ConceptReference *CR = E->getConceptReference(); in VisitConceptSpecializationExpr()
487 auto *CR = TL.getConceptReference(); in VisitAutoTypeLoc()
2859 Inst->setTypeConstraint(TC->getConceptReference(), in SubstTypeConstraint()
6849 assert(TL.getConceptReference()); in TransformAutoType()