Home
last modified time | relevance | path

Searched refs:getConceptReference (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2139 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 …]
H A DASTConcept.h250 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference() function
H A DExprConcepts.h85 ConceptReference *getConceptReference() const { return ConceptRef; } in getConceptReference() function
H A DRecursiveASTVisitor.h514 TRY_TO(TraverseConceptReference(C->getConceptReference()));
524 TRY_TO(TraverseConceptReference(C->getConceptReference()));
1353 TRY_TO(TraverseConceptReference(TL.getConceptReference()));
2906 TRY_TO(TraverseConceptReference(S->getConceptReference()));
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6307 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()
H A DASTImporter.cpp5836 auto ToConceptRef = importChecked(Err, TC->getConceptReference()); in VisitTemplateTypeParmDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1817 auto *CR = TC->getConceptReference(); in VisitTemplateTypeParmDecl()
H A DASTWriterStmt.cpp505 const ConceptReference *CR = E->getConceptReference(); in VisitConceptSpecializationExpr()
H A DASTWriter.cpp487 auto *CR = TL.getConceptReference(); in VisitAutoTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2859 Inst->setTypeConstraint(TC->getConceptReference(), in SubstTypeConstraint()
H A DTreeTransform.h6849 assert(TL.getConceptReference()); in TransformAutoType()