Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTConcept.h170 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
176 SourceLocation getLocation() const { return getConceptNameLoc(); } in getLocation()
253 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
254 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
HDExprConcepts.h95 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
96 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
HDTypeLoc.h2219 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
2221 return CR->getConceptNameLoc(); in getConceptNameLoc()
2279 : getConceptNameLoc())) in getLocalSourceRange()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Index/
HDIndexBody.cpp498 IndexCtx.handleReference(R->getNamedConcept(), R->getConceptNameLoc(), in VisitConceptSpecializationExpr()
504 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in TraverseTypeConstraint()
HDIndexTypeSourceInfo.cpp85 return IndexCtx.handleReference(C, TL.getConceptNameLoc(), Parent, in VisitAutoTypeLoc()
HDIndexDecl.cpp709 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in indexTemplateParameters()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2931 SourceRange(TC->getConceptNameLoc(), in VisitTemplateTypeParmDecl()
HDSemaTemplateDeduction.cpp5035 S.Diag(TypeLoc.getConceptNameLoc(), in CheckDeducedPlaceholderConstraints()
HDTreeTransform.h7106 TL.getConceptNameLoc(), T->getTypeConstraintConcept())); in TransformAutoType()
7147 TL.getConceptNameLoc(), in TransformAutoType()
HDSemaType.cpp6368 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
HDSemaDecl.cpp7446 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()